Go to file
j 496ebff888 remove Flask from requirements 2014-08-09 19:09:48 +02:00
migrations add migration 2014-05-27 01:48:09 +02:00
oml remove Flask from requirements 2014-08-09 19:09:48 +02:00
static use loading page 2014-08-05 18:04:44 +02:00
.gitignore find 2014-05-16 10:06:11 +02:00
README.md readme 2014-05-26 15:11:50 +02:00
config.json lots of stuff (part2) 2014-05-21 02:02:39 +02:00
ctl base might have been updated, cd to latest version 2014-08-09 16:07:57 +02:00
install.py Open Media Library 2014-05-12 04:09:31 +02:00
requirements-shared.txt meta 2014-05-14 20:46:31 +02:00
requirements.txt remove Flask from requirements 2014-08-09 19:09:48 +02:00

README.md

Open Media Library

Install

soon

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 client
cd client
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
./ctl setup

# 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 that is currently not upported, you need a working python 2.7 installation and the following packages:

apt-get install \
    python-pypdf python-stdnum python-html5lib python-chardet python-openssl \
    python-simplejson python-lxml
pip install -r requirements.txt