=== modified file 'doc/index.rst'
@@ -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'
@@ -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.