FreedomBox/INSTALL
Sunil Mohan Adapa 5e6c54e600 Add network-manager, ppp, pppoe as dependencies
- Since freedombox-setup itself does not use ppp or pppoe, it is perhaps
  not right to add these two as dependencies to freedombox-setup.

- Add network-manager as dependency although it is already dependency of
  freedombox-setup.  This is so that one day Plinth can perhaps work
  independent of freedombox-setup.
2015-08-22 20:23:43 +05:30

46 lines
868 B
Plaintext

# Installing Plinth
1. Install the dependencies:
On a Debian based system, run:
$ sudo apt-get install \
augeas-tools \
ldapscripts \
libjs-jquery \
libjs-modernizr \
libjs-bootstrap \
make \
network-manager \
pandoc \
ppp \
pppoe \
python3 \
python3-augeas \
python3-bootstrapform \
python3-cherrypy3 \
python3-coverage \
python3-django \
python3-django-stronghold \
python3-gi \
python3-setuptools \
python3-yaml \
gir1.2-glib-2.0 \
gir1.2-networkmanager-1.0 \
gir1.2-packagekitglib-1.0
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