openmedialibrary/README.md

55 lines
1.3 KiB
Markdown
Raw Normal View History

2014-05-17 13:32:20 +00:00
Open Media Library
==================
Install
-------
To install the latest release on Linux run:
2014-09-09 14:34:42 +00: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 13:32:20 +00:00
Networking
----------
2016-01-17 09:18:24 +00:00
Open Media Library uses Tor to connect to other peers.
If required Open Media Library will install its own version of Tor Browser.
2014-05-17 13:32:20 +00:00
Development
-----------
2014-05-17 18:19:13 +00:00
Now checkout the source and prepare for use:
2014-09-05 15:38:24 +00:00
mkdir openmedialibrary
cd openmedialibrary
2014-05-17 13:32:20 +00:00
git clone https://git.0x2620.org/openmedialibrary.git
ln -s openmedialibrary/ctl ctl
2017-01-06 16:01:06 +00:00
./ctl init
2014-05-17 13:32:20 +00:00
# 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
2018-04-08 10:16:57 +00:00
On Linux you need a working python3.6 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:
2014-05-26 13:11:50 +00:00
2018-04-08 10:16:57 +00:00
apt-get install python3.6 python3-pil python3-lxml \
2016-03-25 15:45:37 +00:00
python3-openssl python3-crypto poppler-utils \
2016-01-17 09:18:24 +00:00
libevent-2.0-5
2014-05-26 13:11:50 +00:00
2014-05-17 18:13:58 +00:00
Platform
----------
2014-09-05 15:38:24 +00:00
If you install Open Media Library on a architecture/os that is currently
2018-04-08 10:16:57 +00:00
not supported, you need a working python 3.6 installation and the dependencies
2014-09-05 15:38:24 +00:00
listed in requirements.txt and requirements-shared.txt:
2014-05-17 18:13:58 +00:00
2014-09-09 14:34:42 +00:00
pip3 install -r requirements.txt
pip3 install -r requirements-shared.txt
2014-05-17 18:13:58 +00:00