OSDN Git Service

Merge branch 'dev' of ssh://raid.local.hde.co.jp/hde/karesansui/karesansui into dev
[karesansui/karesansui.git] / INSTALL
1 Installation
2 ------------
3 For CentOS/Red Hat, the easiest way to make
4 Karesansui work is to download the RPM based
5 installer and follow the steps.
6
7 For further information:
8 http://karesansui-project.info/wiki/karesansui/En_tutorial
9
10 Installation from Source Code
11 ------------------------------
12 First, you have to have the packages below installed and working.
13
14  * libvirt
15  * libvirt python bindings
16  * lighttpd
17  * openssl098
18  * Mako
19  * SQLAlchemy
20  * python-flup
21  * python-pysqlite
22  * python-simplejson
23  * python-webpy
24  * pysilhouette
25  * tightvnc-java
26
27 (You can install these packages manually and edit Karesansui configurations to get them work, but it's a relatively hard work. We have RPM packages in the RPM installer for convenience)
28
29 # tar xzvf karesansui-xxxx.tar.gz
30 # cd karesansui
31 # python setup.py build
32 # python setup.py install