diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 120: improvements to the docs from Adam Konarski

Message ID 20120130205817.14401.51301.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Jan. 30, 2012, 8:58 p.m. UTC
Merge authors:
  Adam Konarski <cob@cob-laptop>
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 <michael.hudson@linaro.org>
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
diff mbox

Patch

=== 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.