forked from freedombox/FreedomBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
48 lines (38 loc) · 916 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Installing Plinth
1. Install the dependencies:
On a Debian based system, run:
$ sudo apt-get install \
augeas-tools \
dblatex \
gettext \
gir1.2-glib-2.0 \
gir1.2-networkmanager-1.0 \
gir1.2-packagekitglib-1.0 \
ldapscripts \
libjs-bootstrap \
libjs-jquery \
libjs-modernizr \
make \
network-manager \
ppp \
pppoe \
python3 \
python3-augeas \
python3-bootstrapform \
python3-cherrypy3 \
python3-coverage \
python3-django \
python3-django-stronghold \
python3-gi \
python3-psutil \
python3-setuptools \
python3-yaml \
xmlto
2. Install Plinth:
Unzip the source into a directory. Change to the directory containing the
program and run:
$ sudo python3 setup.py install
3. Run Plinth:
$ sudo plinth
4. Access Plinth UI:
Plinth UI should be accessible at http://localhost:8000