Merge lp:~qzhang/lava-dispatcher/enhance-quickstart into lp:lava-dispatcher

Proposed by Spring Zhang
Status: Merged
Merged at revision: 37
Proposed branch: lp:~qzhang/lava-dispatcher/enhance-quickstart
Merge into: lp:lava-dispatcher
Diff against target: 40 lines (+30/-0)
1 file modified
doc/QUICKSTART (+30/-0)
To merge this branch: bzr merge lp:~qzhang/lava-dispatcher/enhance-quickstart
Reviewer Review Type Date Requested Status
Dave Pigott Needs Fixing
Paul Larson (community) Approve
Review via email: mp+58156@code.launchpad.net

Description of the change

add some guide related with config.py in doc/QUICKSTART

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

15 +Setup a web server(like Apacher), and make root directory as /linaro.
apache

I'll fix it when merging though, thanks.
We should probably also consider if we want to have one big README, or keep the division between quickstart and README

review: Approve
Revision history for this message
Dave Pigott (dpigott) wrote :

Line 15 should read "Apache" not "Apacher"

review: Needs Fixing
Revision history for this message
Loïc Minier (lool) wrote :

I made a similar comment on README/QUICKSTART in another mp where README got added; I think we want just a README at this point.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/QUICKSTART'
2--- doc/QUICKSTART 2011-04-15 03:12:24 +0000
3+++ doc/QUICKSTART 2011-04-18 16:24:40 +0000
4@@ -65,6 +65,36 @@
5 conmux-console, complain in #linaro on freenode and hopefully someone
6 will help you out :)
7
8+Make a directory which is defined as LAVA_IMAGE_TMPDIR in
9+lava/dispatcher/config.py:
10+mkdir -p /linaro/images/tmp
11+
12+Define LAVA_SERVER_IP to your local LAVA server if you want to use local one in
13+config.py.
14+
15+Setup a web server(like Apacher), and make root directory as /linaro.
16+
17+Setup a dashboard server launch-control:
18+add-apt-repository ppa:zkrynicki/lava
19+apt-get update
20+apt-get purge launch-control (if there is an old one)
21+apt-get install launch-control-pqsql
22+apt-get install launch-control
23+sudo -u www-data python /usr/lib/launch-control/manage.py createsuperuser
24+
25+Modify the server in job file doc/abrek-ltp-job.json to local launch-control
26+url, like:
27+http://127.0.0.1/launch-control
28+ {
29+ "command": "submit_results",
30+ "parameters":
31+ {
32+ "server": "http://dashboard.linaro.org",
33+ "stream": "panda01-ltp"
34+ }
35+ }
36+
37+
38 Logging:
39 Conmux keeps logs in /var/log/conmux. If it cannot attach to the
40 device, it may continually send output to the log every few seconds.

Subscribers

People subscribed via source and target branches