FreedomBox/INSTALL
2014-08-31 17:11:42 +05:30

25 lines
547 B
Plaintext

# Installing Plinth
1. Install the dependencies:
On a Debian based system, run:
$ sudo apt-get install libjs-jquery libjs-modernizer \
libjs-twitter-bootstrap make pandoc python2.7 python-cherrypy3 \
python-django python-bootstrapform python-withsqlite
2. Install Plinth:
Unzip the source into a directory. Change to the directory containing the
program and run:
$ sudo python setup.py install
3. Run Plinth:
$ sudo plinth
4. Access Plinth UI:
Plinth UI should be accessible at http://localhost:8000