2014-05-17 13:32:20 +00:00
|
|
|
Open Media Library
|
|
|
|
==================
|
|
|
|
|
|
|
|
Install
|
|
|
|
-------
|
|
|
|
|
|
|
|
soon
|
|
|
|
|
|
|
|
Networking
|
|
|
|
----------
|
|
|
|
|
|
|
|
At this time you need a working IPv6 connection to use Open Media Libary.
|
2014-05-18 23:24:04 +00:00
|
|
|
If you dont have native IPv6 you can use Teredo/Miredo (`apt-get install miredo`)
|
2014-05-17 13:32:20 +00:00
|
|
|
or get a tunnel Hurricane Electric (https://tunnelbroker.net/)
|
|
|
|
or SixSS (https://sixxs.net).
|
|
|
|
|
|
|
|
Development
|
|
|
|
-----------
|
|
|
|
|
2014-05-17 18:19:13 +00:00
|
|
|
On Linux you need to always install python-imaging python-lxml ghostscript:
|
|
|
|
|
2014-05-18 03:01:24 +00:00
|
|
|
apt-get install python-imaging python-lxml ghostscript poppler-utils
|
|
|
|
|
2014-05-17 18:19:13 +00:00
|
|
|
|
|
|
|
Now checkout the source and prepare for use:
|
|
|
|
|
2014-05-17 13:32:20 +00:00
|
|
|
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
|
2014-05-17 18:13:58 +00:00
|
|
|
|
2014-05-17 18:19:13 +00:00
|
|
|
To update to latest version:
|
|
|
|
|
|
|
|
./ctl update
|
|
|
|
|
2014-05-17 18:13:58 +00:00
|
|
|
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
|
|
|
|
|