mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
Added Missed Dependencies to the file
This commit is contained in:
parent
806d258663
commit
7aa92d3771
14
INSTALL
14
INSTALL
@ -30,7 +30,8 @@
|
|||||||
python3-requests \
|
python3-requests \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-yaml \
|
python3-yaml \
|
||||||
xmlto
|
xmlto \
|
||||||
|
docbook-utils
|
||||||
|
|
||||||
2. Install Plinth:
|
2. Install Plinth:
|
||||||
|
|
||||||
@ -46,3 +47,14 @@
|
|||||||
4. Access Plinth UI:
|
4. Access Plinth UI:
|
||||||
|
|
||||||
Plinth UI should be accessible at http://localhost:8000
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user