~linaro-validation/lava-dashboard/next

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Zygmunt Krynicki
  • Date: 2010-12-20 10:59:50 UTC
  • mfrom: (110.1.1 hacking-helpers)
  • Revision ID: zygmunt.krynicki@linaro.org-20101220105950-xee940yc1gq6cjnr
MergeĀ hackingĀ helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To get the development (nonstable) code and start hacking on it:
 
2
 
 
3
$ bzr get lp:launch-control
 
4
$ cd launch-control
 
5
$ ./setup-dev-env.sh
 
6
$ ./dashboard_server/manage.py runserver &
 
7
$ xdg-open http://localhost:8000/
 
8
 
 
9
You will need to have some dependencies installed and some stuff from infrastructure snapshots ppa:
 
10
 
 
11
$ sudo add-apt-repositroy ppa:linaro-infrastructure/launch-control-snapshots
 
12
$ sudo apt-get update
 
13
$ sudo apt-get install launch-control-tool python-django python-django-openid-auth python-docutils python-linaro-json python-django-testscenarios