summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-02-22 13:32:45 -0500
committerJames Vasile <james@hackervisions.org>2011-02-22 13:32:45 -0500
commit35071d7212cec1fc23e8204bfd392a116a5313ed (patch)
tree1c75a525227769fc94f303b5c0233882d90ef2a8 /INSTALL
...
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL34
1 files changed, 34 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..60f562a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,34 @@
+# Quick Start
+
+## Installing Plinth
+
+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".
+
+## Dependencies
+
+* cherrypy - python web engine
+
+* python - tested with version 2.6.6
+
+* *GNU Make* is used to build the templates and such.
+
+The documentation has some dependencies too.
+
+* *Markdown* is used to format and style docs.
+
+* *Pandoc* converts the markdown to different formats.
+
+* *PDFLatex* generates pdf versions of the documentation.
+
+* *GNU Make* processes /doc/Makefile.
+
+## Building the Documentation
+
+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" />