Go to file
j b3caaf335a use poppler pdftocairo for preview 2014-05-25 14:44:07 +02:00
migrations add protocol version, reset migrations, move db 2014-05-22 00:41:29 +02:00
oml use poppler pdftocairo for preview 2014-05-25 14:44:07 +02:00
static use poppler pdftocairo for preview 2014-05-25 14:44:07 +02:00
.gitignore find 2014-05-16 10:06:11 +02:00
README.md use poppler pdftocairo for preview 2014-05-25 14:44:07 +02:00
config.json lots of stuff (part2) 2014-05-21 02:02:39 +02:00
ctl dont fail in folders with spaces 2014-05-20 12:30:53 +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 meta 2014-05-14 20:46:31 +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

On Linux you need to always install PIL, pyhon-lxml and poppler-utils:

apt-get install python-imaging  python-lxml poppler-utils

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

Platform

If you install Open Media Library on a architecture thats not directly supported, you need a working python 2.7.x 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