openmedialibrary/README.md

57 lines
1.4 KiB
Markdown
Raw Normal View History

2014-05-17 15:32:20 +02:00
Open Media Library
==================
Install
-------
To install the latest release on Linux run:
2014-09-09 16:34:42 +02:00
curl https://git.0x2620.org/openmedialibrary.git/HEAD:/install | python3
on Mac OS X download this:
http://downloads.openmedialibrary.com/Open%20Media%20Library.dmg
2014-05-17 15:32:20 +02:00
Networking
----------
At this time you need a working IPv6 connection to use Open Media Libary.
2015-04-15 19:11:05 +01:00
If you don't have native IPv6 you can use Teredo/Miredo (`apt-get install miredo`)
2014-05-17 15:32:20 +02:00
or get a tunnel Hurricane Electric (https://tunnelbroker.net/)
or SixSS (https://sixxs.net).
Development
-----------
2014-05-17 20:19:13 +02:00
Now checkout the source and prepare for use:
2014-09-05 17:38:24 +02:00
mkdir openmedialibrary
cd openmedialibrary
2014-05-17 15:32:20 +02:00
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
2014-05-17 20:13:58 +02:00
2014-05-17 20:19:13 +02:00
To update to latest version:
./ctl update
2015-04-15 19:11:05 +01:00
On Linux you need a working python3 installation with pillow, python-lxml and poppler-utils:
2014-05-26 15:11:50 +02:00
2014-09-03 00:32:44 +02:00
apt-get install python3.4 python3-pil python3-lxml poppler-utils
2014-05-26 15:11:50 +02:00
2014-05-17 20:13:58 +02:00
Platform
----------
2014-09-05 17:38:24 +02:00
If you install Open Media Library on a architecture/os that is currently
2015-04-15 19:11:05 +01:00
not supported, you need a working python 3.4 installation and the dependencies
2014-09-05 17:38:24 +02:00
listed in requirements.txt and requirements-shared.txt:
2014-05-17 20:13:58 +02:00
2014-09-09 16:34:42 +02:00
pip3 install -r requirements.txt
pip3 install -r requirements-shared.txt
2014-05-17 20:13:58 +02:00