Go to file
j 9155343c5b fix install 2015-02-23 16:59:31 +05:30
oml bundled python on osx fails with ssl._create_default_https_context 2015-02-23 02:12:43 +05:30
static some non-webkit css 2015-02-22 17:09:33 +05:30
.gitignore find 2014-05-16 10:06:11 +02:00
README.md update readme, installer 2014-09-09 16:34:42 +02:00
config.json add autocomplete api 2014-10-04 20:57:09 +02:00
ctl run app on ipv4 localhost, chrome on osx disables ipv6 if no global ipv6 address is present 2015-02-22 16:53:06 +05:30
install fix install 2015-02-23 16:59:31 +05:30
requirements-shared.txt use python-ox now supporting 2 and 3 2014-09-30 21:32:21 +02:00
requirements.txt use system pillow 2014-09-30 18:47:24 +02:00

README.md

Open Media Library

Install

To install the latest release on Linux run:

curl https://git.0x2620.org/openmedialibrary.git/HEAD:/install | python3

on Mac OS X download this:

http://downloads.openmedialibrary.com/Open%20Media%20Library.dmg

Networking

At this time you need a working IPv6 connection to use Open Media Libary. If you dont have native IPv6 you can use Teredo/Miredo (apt-get install miredo) or get a tunnel Hurricane Electric (https://tunnelbroker.net/) or SixSS (https://sixxs.net).

Development

Now checkout the source and prepare for use:

mkdir openmedialibrary
cd openmedialibrary
git clone https://git.0x2620.org/openmedialibrary.git
git clone https://git.0x2620.org/openmedialibrary_platform.git platform
ln -s openmedialibrary/ctl ctl
./ctl update_static

# and start it
./ctl debug

To update to latest version:

./ctl update

On Linux you need a working python3 installation with pillow, pyhon-lxml and poppler-utils:

apt-get install python3.4 python3-pil python3-lxml poppler-utils

Platform

If you install Open Media Library on a architecture/os that is currently not upported, you need a working python 3.4 installation and the dependencies listed in requirements.txt and requirements-shared.txt:

pip3 install -r requirements.txt
pip3 install -r requirements-shared.txt