- Generic automake cleanup
[ganeti-local] / INSTALL
diff --git a/INSTALL b/INSTALL
index 104f743..75ff489 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,11 @@
+Documentation
+=============
+
+Please note that a more detailed installation procedure is described in the
+doc/install.html file. A glossary of terms can be found in the doc/admin.html
+file.
+
+
 Software Requirements
 =====================
 
@@ -31,6 +39,8 @@ Before installing, please verify that you have the following programs:
 
 For testing, you also need the YAML module for Python (http://pyyaml.org/).
 
+For building from source, you also need tar, gzip or bzip2 and make.
+
 
 Installation of the software
 ============================
@@ -38,11 +48,9 @@ Installation of the software
 To install, simply do ``./configure --localstatedir=/var && make && make install``
 
 This will install the software under /usr/local. You then need to copy
-ganeti.init to /etc/init.d and integrate it into your boot sequence
+ganeti.init to /etc/init.d/ganeti and integrate it into your boot sequence
 (``chkconfig``, ``update-rc.d``, etc.).
 
-More details about the installation process are in the docs/installing.pdf file.
-
 
 Cluster initialisation
 ======================
@@ -51,8 +59,6 @@ Before initialising the cluster, on each node you need to create the following
 directories:
 
   - /etc/ganeti
-  - /var/log/ganeti
-  - /var/lib/ganeti
-  - /srv/ganeti and /srv/ganeti/os
+  - /srv/ganeti, /srv/ganeti/os, /srv/ganeti/export
 
 After this, use ``gnt-cluster init``.