From patchwork Mon Jan 30 20:58:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 6451 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3460923E81 for ; Mon, 30 Jan 2012 20:58:19 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 0FA18A1816B for ; Mon, 30 Jan 2012 20:58:19 +0000 (UTC) Received: by bkar19 with SMTP id r19so4805606bka.11 for ; Mon, 30 Jan 2012 12:58:18 -0800 (PST) Received: from mr.google.com ([10.205.127.17]) by 10.205.127.17 with SMTP id gy17mr10571717bkc.110.1327957098905 (num_hops = 1); Mon, 30 Jan 2012 12:58:18 -0800 (PST) Received: by 10.205.127.17 with SMTP id gy17mr9164125bkc.110.1327957098730; Mon, 30 Jan 2012 12:58:18 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.130.220 with SMTP id u28cs163923bks; Mon, 30 Jan 2012 12:58:18 -0800 (PST) Received: by 10.180.99.100 with SMTP id ep4mr30186501wib.7.1327957098158; Mon, 30 Jan 2012 12:58:18 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id p1si15169451wix.6.2012.01.30.12.58.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jan 2012 12:58:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RryIr-0002rz-LG for ; Mon, 30 Jan 2012 20:58:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7CBDAE040B for ; Mon, 30 Jan 2012 20:58:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 120 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 120: improvements to the docs from Adam Konarski Message-Id: <20120130205817.14401.51301.launchpad@ackee.canonical.com> Date: Mon, 30 Jan 2012 20:58:17 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14727"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: f0862ff285c986a216675765ed23f0d4702d4965 Merge authors: Adam Konarski Related merge proposals: https://code.launchpad.net/~cob-olp/lava-scheduler/documentation-improvements/+merge/90580 proposed by: Adam Konarski (cob-olp) review: Approve - Zygmunt Krynicki (zkrynicki) ------------------------------------------------------------ revno: 120 [merge] committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-01-31 09:55:31 +1300 message: improvements to the docs from Adam Konarski modified: doc/index.rst doc/installation.rst --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'doc/index.rst' --- doc/index.rst 2011-11-16 21:02:31 +0000 +++ doc/index.rst 2012-01-28 17:44:18 +0000 @@ -1,6 +1,6 @@ -========================= +============================ LAVA Scheduler Documentation -========================= +============================ .. warning:: This document is *work in progress*. @@ -39,10 +39,10 @@ .. todolist:: +.. _questions: Questions ^^^^^^^^^ -.. _questions: If you have any questions, including to the content of this document, feel free to ask them here: https://answers.launchpad.net/lava-project === modified file 'doc/installation.rst' --- doc/installation.rst 2011-11-16 21:02:31 +0000 +++ doc/installation.rst 2012-01-28 17:56:51 +0000 @@ -70,32 +70,11 @@ database server header files, the C compiler and more. To install using pypi (For development only, not for production):: + $ pip install lava-scheduler $ lava-server manage --development syncdb $ lava-server manage --development migrate You will need to answer a few questions during the syncdb step. This will use a simple sqlite database, and should normally only be used for -testing or hacking on lava-server. - -.. todo:: - Installation instructions for production installations against - postgresql using pypi - -Installation from PPA -********************* - -This method is only suitable for users running Ubuntu 10.04 or later. Here LAVA -is pre-compiled and packaged as Debian packages (debs). The installation -scripts embedded in the packages take care for setting up additional services -so usually this is the best method to quickly have a self-contained running -installation. The downside is longer release period as packaging takes -additional time after each release. Another downside is that our support is -limited to Ubuntu. - -To install using the ppa :: - - $ sudo add-apt-repository ppa:linaro-validation/ppa - $ sudo apt-get update - $ sudo apt-get install lava-scheduler - +testing or hacking on LAVA.