mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
tell user to grab pandoc and do a make before running
This commit is contained in:
parent
b184fc74c5
commit
c8494f02f5
10
INSTALL
10
INSTALL
@ -2,12 +2,14 @@
|
||||
|
||||
## Installing Plinth
|
||||
|
||||
Install the python-cheetah package.
|
||||
Install the python-cheetah package and pandoc:
|
||||
|
||||
apt-get install python-cheetah pandoc
|
||||
|
||||
Unzip and untar the source into a directory. Change to the directory
|
||||
containing the program. Run `./plinth.py` and point your web
|
||||
browser at `localhost:8000`. The default username is "admin" and the
|
||||
default password is "secret".
|
||||
containing the program. Do `make` and then run `./plinth.py` and
|
||||
point your web browser at `localhost:8000`. The default username is
|
||||
"admin" and the default password is "secret".
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user