aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: 8e6f8f1ba7ee861be5054b8e5b36d787230d33db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
To get the development (nonstable) code and start hacking on it:

$ bzr get lp:launch-control
$ cd launch-control
$ ./setup-dev-env.sh
$ ./dashboard_server/manage.py runserver &
$ xdg-open http://localhost:8000/

You will need to have some dependencies installed and some stuff from infrastructure snapshots ppa:

$ sudo add-apt-repositroy ppa:linaro-infrastructure/launch-control-snapshots
$ sudo apt-get update
$ sudo apt-get install launch-control-tool python-django python-django-openid-auth python-docutils python-linaro-json python-django-testscenarios