summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorNick Daly <Nick.M.Daly@gmail.com>2012-11-11 12:25:11 -0600
committerNick Daly <Nick.M.Daly@gmail.com>2012-11-11 12:25:11 -0600
commit88225aa3ae7b5178b24961f6cb005f40c55bdd7d (patch)
tree1526171847a11f5aa64c1511d998f9ecebce7029 /INSTALL
parentc129254e8a5ecfbc247bdd90489b68d7ba11858a (diff)
Created start.sh to handle ExMachina outside of Plinth.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 9 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 9108689..e5761a1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,18 +11,18 @@ Install the python-simplejson
apt-get install python-simplejson
-
+
Unzip and untar the source into a directory. Change to the directory
-containing the program. Run:
+containing the program. Run:
- $ make
- $ ./plinth.py
-
-and point your web browser at `localhost:8000`. The default username is "admin"
-and the default password is "secret". To actually edit the configuration of
-your local/dev machine, also run:
+ $ make
+
+To start Plinth, run:
- $ sudo ./exmachina/exmachina.py -v &
+ $ ./start.sh
+
+and point your web browser at `localhost:8000`. The default username is "admin"
+and the default password is "secret".
## Dependencies
@@ -53,5 +53,3 @@ The documentation has some dependencies too.
Documentation has been collected into a pdf that can be built using
`make doc`. It also gets built into smaller files and other formats,
including one suitable for install as a man page.
-
-<a name="installing_systemwide" />