update readme for linux
This commit is contained in:
parent
a85bf6489d
commit
2ec8959f4a
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
@ -17,6 +17,13 @@ or SixSS (https://sixxs.net).
|
||||||
Development
|
Development
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
On Linux you need to always install python-imaging python-lxml ghostscript:
|
||||||
|
|
||||||
|
apt-get install \
|
||||||
|
python-imaging python-lxml ghostscript
|
||||||
|
|
||||||
|
Now checkout the source and prepare for use:
|
||||||
|
|
||||||
mkdir client
|
mkdir client
|
||||||
cd client
|
cd client
|
||||||
git clone https://git.0x2620.org/openmedialibrary.git
|
git clone https://git.0x2620.org/openmedialibrary.git
|
||||||
|
@ -28,6 +35,10 @@ Development
|
||||||
# and start it
|
# and start it
|
||||||
./ctl debug
|
./ctl debug
|
||||||
|
|
||||||
|
To update to latest version:
|
||||||
|
|
||||||
|
./ctl update
|
||||||
|
|
||||||
Platform
|
Platform
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
@ -39,8 +50,3 @@ you need a working python 2.7.x installation and the following packages:
|
||||||
python-simplejson python-lxml
|
python-simplejson python-lxml
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
On Linux you need to always install:
|
|
||||||
|
|
||||||
apt-get install \
|
|
||||||
python-imaging python-lxml ghostscript
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue