~dooferlad/linaro-android-frontend/vm_install_updates

« back to all changes in this revision

Viewing changes to README

  • Committer: Michael Hudson
  • Date: 2011-03-25 00:18:30 UTC
  • Revision ID: michael.hudson@linaro.org-20110325001830-1d0hmeu3scnc8mt0
make README a bit more friendly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Linaro Android Build Service Frontend
2
2
=====================================
3
3
 
4
 
This Django project provides a frontend to Jenkins that allows a
5
 
friendly interface for building Android.
6
 
 
7
 
It is distributed under the terms of the Eclipse Public License
8
 
Version 1.0.
 
4
This Django project provides a frontend to Jenkins that allows a friendly
 
5
interface for building Android.
 
6
 
 
7
It is designed to be run at / behind an Apache that also proxies to a jenkins
 
8
install at /jenkins.  If you want to run locally without the bother of setting
 
9
up a local Apache site, you can use the 'site-demo.tac' twistd file.  Run
 
10
 
 
11
$ twistd -noy site-demo.tac
 
12
 
 
13
in one terminal and 
 
14
 
 
15
$ ./bin/manage runserver 127.0.0.1:9000
 
16
 
 
17
in another and go to localhost:10101 in a browser.  You may need to adjust the
 
18
ports to match your local installs.
 
19
 
 
20
This code is distributed under the terms of the Eclipse Public License Version
 
21
1.0.