Merge lp:~dooferlad/linaro-android-frontend/readme_update into lp:linaro-android-frontend

Proposed by James Tunnicliffe
Status: Merged
Merged at revision: 240
Proposed branch: lp:~dooferlad/linaro-android-frontend/readme_update
Merge into: lp:linaro-android-frontend
Diff against target: 22 lines (+10/-3)
1 file modified
README (+10/-3)
To merge this branch: bzr merge lp:~dooferlad/linaro-android-frontend/readme_update
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle (community) Approve
Linaro Infrastructure Pending
Review via email: mp+86384@code.launchpad.net

Description of the change

Minor doc update to cover the steps missing when I set up a local dev environment.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2011-03-25 00:18:30 +0000
3+++ README 2011-12-20 11:47:27 +0000
4@@ -4,9 +4,16 @@
5 This Django project provides a frontend to Jenkins that allows a friendly
6 interface for building Android.
7
8-It is designed to be run at / behind an Apache that also proxies to a jenkins
9-install at /jenkins. If you want to run locally without the bother of setting
10-up a local Apache site, you can use the 'site-demo.tac' twistd file. Run
11+Before starting you will want to run make to set up a python virtual
12+environment, then set up the django databases:
13+
14+$ make
15+$ ./bin/manage syncdb
16+
17+The frontend is designed to be run at / behind an Apache that also proxies to a
18+jenkins install at /jenkins. If you want to run locally without the bother of
19+setting up a local Apache site, you can use the 'site-demo.tac' twistd file.
20+Run
21
22 $ twistd -noy site-demo.tac
23

Subscribers

People subscribed via source and target branches