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
=== modified file 'doc/QUICKSTART'
--- doc/QUICKSTART 2011-04-15 03:12:24 +0000
+++ doc/QUICKSTART 2011-04-18 16:24:40 +0000
@@ -65,6 +65,36 @@
65conmux-console, complain in #linaro on freenode and hopefully someone65conmux-console, complain in #linaro on freenode and hopefully someone
66will help you out :)66will help you out :)
6767
68Make a directory which is defined as LAVA_IMAGE_TMPDIR in
69lava/dispatcher/config.py:
70mkdir -p /linaro/images/tmp
71
72Define LAVA_SERVER_IP to your local LAVA server if you want to use local one in
73config.py.
74
75Setup a web server(like Apacher), and make root directory as /linaro.
76
77Setup a dashboard server launch-control:
78add-apt-repository ppa:zkrynicki/lava
79apt-get update
80apt-get purge launch-control (if there is an old one)
81apt-get install launch-control-pqsql
82apt-get install launch-control
83sudo -u www-data python /usr/lib/launch-control/manage.py createsuperuser
84
85Modify the server in job file doc/abrek-ltp-job.json to local launch-control
86url, like:
87http://127.0.0.1/launch-control
88 {
89 "command": "submit_results",
90 "parameters":
91 {
92 "server": "http://dashboard.linaro.org",
93 "stream": "panda01-ltp"
94 }
95 }
96
97
68Logging:98Logging:
69Conmux keeps logs in /var/log/conmux. If it cannot attach to the99Conmux keeps logs in /var/log/conmux. If it cannot attach to the
70device, it may continually send output to the log every few seconds.100device, it may continually send output to the log every few seconds.

Subscribers

People subscribed via source and target branches