~dooferlad/linaro-android-frontend/vm_install_updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

$ twistd -noy site-demo.tac

in one terminal and 

$ ./bin/manage runserver 127.0.0.1:9000

in another and go to localhost:10101 in a browser.  You may need to adjust the
ports to match your local installs.

This code is distributed under the terms of the Eclipse Public License Version
1.0.