Added Missed Dependencies to the file

This commit is contained in:
Hemanth Kumar Veeranki 2016-07-16 00:17:51 +05:30 committed by James Valleroy
parent 806d258663
commit 7aa92d3771
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

14
INSTALL
View File

@ -30,7 +30,8 @@
python3-requests \
python3-setuptools \
python3-yaml \
xmlto
xmlto \
docbook-utils
2. Install Plinth:
@ -46,3 +47,14 @@
4. Access Plinth UI:
Plinth UI should be accessible at http://localhost:8000
Note:-
Django 1.9 is required to run plinth
You can check the version by running django-admin --version in terminal
If apt-get provided django<=1.9 then follow the below steps
i) Uninstall Older django versions
sudo apt-get remove python3-django python3-django-stronghold python3-bootstrap
ii) Install Python3 pip
sudo apt-get install python3-pip
iii) Install django1.9 through pip
sudo pip3 install django django-bootstrap-form django-stronghold --upgrade