Go to file
j ec459b0fac more OxJS api changes 2014-09-29 15:17:59 +02:00
oml check if all modules are available 2014-09-06 01:56:37 +02:00
static more OxJS api changes 2014-09-29 15:17:59 +02:00
.gitignore find 2014-05-16 10:06:11 +02:00
README.md update requirements, cleanup readme 2014-09-05 17:38:24 +02:00
config.json lots of stuff (part2) 2014-05-21 02:02:39 +02:00
ctl check for updates and offer option option to restart 2014-08-22 18:42:08 +02:00
install refactor install 2014-08-22 18:38:44 +02:00
requirements-shared.txt update to tornado 4 2014-08-12 10:42:16 +02:00
requirements.txt update requirements, cleanup readme 2014-09-05 17:38: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 | python2

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 python2 installation with PIL, pyhon-lxml and poppler-utils:

apt-get install python2.7 python-imaging  python-lxml poppler-utils

Platform

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

pip install -r requirements.txt
pip install -r requirements-shared.txt