aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJames Tunnicliffe <james.tunnicliffe@linaro.org>2011-12-20 11:43:33 +0000
committerJames Tunnicliffe <james.tunnicliffe@linaro.org>2011-12-20 11:43:33 +0000
commit7c1a229444999bb2c3834e127588e6d7df95846e (patch)
tree4d1b0e687e61b5b3b2431adda508f3d2a27239e7 /README
parent86a33e9b5ac63ee28afc96bf61d5e0da59e6172e (diff)
Updated README to contain full instructions to get development environment set up.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index 0fb24f2..b0e6dd5 100644
--- a/README
+++ b/README
@@ -4,9 +4,16 @@ Linaro Android Build Service Frontend
This Django project provides a frontend to Jenkins that allows a friendly
interface for building Android.
-It is designed to be run at / behind an Apache that also proxies to a jenkins
-install at /jenkins. If you want to run locally without the bother of setting
-up a local Apache site, you can use the 'site-demo.tac' twistd file. Run
+Before starting you will want to run make to set up a python virtual
+environment, then set up the django databases:
+
+$ make
+$ ./bin/manage syncdb
+
+The frontend is designed to be run at / behind an Apache that also proxies to a
+jenkins install at /jenkins. If you want to run locally without the bother of
+setting up a local Apache site, you can use the 'site-demo.tac' twistd file.
+Run
$ twistd -noy site-demo.tac