Go to file
Rolux 6a9758f702 cleanup svg 2016-01-08 10:56:20 +05:30
oml implement quit api. indicate if backend is offline 2016-01-08 10:02:38 +05:30
static cleanup svg 2016-01-08 10:56:20 +05:30
.gitignore find 2014-05-16 10:06:11 +02:00
README.md use tor hidden service instead of ed25515 as peer id 2015-11-26 01:26:10 +01:00
config.json update app menu 2016-01-08 09:11:55 +05:30
ctl implement quit api. indicate if backend is offline 2016-01-08 10:02:38 +05:30
install move linux checks to one place 2016-01-07 17:12:00 +05:30
requirements-shared.txt use tor hidden service instead of ed25515 as peer id 2015-11-26 01:26:10 +01:00
requirements.txt require pillow 2015-11-26 10:38:40 +01: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 don't 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.4 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:

apt-get install python3.4 python3-pil python3-lxml \
                python3-pyopenssl python3-crypto poppler-utils

Platform

If you install Open Media Library on a architecture/os that is currently not supported, 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