Revision a7a19281 INSTALL

b/INSTALL
2 2
=====================
3 3

  
4 4
Before installing, please verify that you have the following programs:
5
  - Xen virtualization (version 3.0.x or 3.1)
6
    http://xen.xensource.com/
7
  - DRBD (kernel module and userspace utils)
8
    http://www.drbd.org/
5 9
  - LVM2
6 10
    http://sourceware.org/lvm2/
11
  - OpenSSL
12
    http://www.openssl.org/
7 13
  - OpenSSH
8 14
    http://www.openssh.com/portable.html
9
  - DRBD (kernel module and userspace utils)
10
    http://www.drbd.org/
15
  - bridge utilities
16
    http://bridge.sourceforge.net/
11 17
  - fping
12 18
    http://fping.sourceforge.net/
19
  - iproute2
20
    http://developer.osdl.org/dev/iproute2
21
  - arping (part of iputils package)
22
    ftp://ftp.inr.ac.ru/ip-routing/iputils-current.tar.gz
23
  - mdadm (Linux Software Raid tools)
24
    http://www.kernel.org/pub/linux/utils/raid/mdadm/
25
  - Python 2.4
26
    http://www.python.org
13 27
  - Python Twisted library (the core is enough)
14 28
    http://twistedmatrix.com/
15 29
  - Python OpenSSL bindings
16 30
    http://pyopenssl.sourceforge.net/
17 31

  
18
For testing, you also need the YAML module for Python, http://pyyaml.org/.
32
For testing, you also need the YAML module for Python (http://pyyaml.org/).
19 33

  
20 34

  
21 35
Installation of the software
22 36
============================
23 37

  
24
To install, simply do ./configure && make && make install
38
To install, simply do ``./configure --localstatedir=/var && make && make install``
25 39

  
26 40
This will install the software under /usr/local. You then need to copy
27 41
ganeti.init to /etc/init.d and integrate it into your boot sequence
28 42
(``chkconfig``, ``update-rc.d``, etc.).
29 43

  
44
More details about the installation process are in the docs/installing.pdf file.
45

  
30 46

  
31 47
Cluster initialisation
32 48
======================

Also available in: Unified diff