Karesansui Installation
=======================================

All you have to do is to run the following script!!

	# ./karesansui-install    ;# as root

Configurations
--------------

Configuration file example
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- You can configure Karesansui further using the Karesansui configuration file;
  /etc/opt/karesansui/application.conf

	application.search.path=/opt/hde/lib/python,/opt/karesansui/lib/python,/opt/pysilhouette/lib/python
	application.log.config=/etc/opt/karesansui/log.conf
	application.url.prefix=/karesansui/v1
	application.default.locale=ja_JP # settings : ja_JP or en_US
	application.template.theme=default
	application.tmp.dir=/tmp
	application.bin.dir=/opt/karesansui/bin
	application.generate.dir=/opt/karesansui/lib/python/karesansui/templates/default/_generate
	
	application.mail.email=
	application.mail.port=
	application.mail.server=
	
	application.proxy.status=
	application.proxy.server=
	application.proxy.port=
	application.proxy.user=
	application.proxy.password=
	
	lighttpd.etc.dir=/etc/opt/hde/lighttpd/conf.d/karesansui
	
	database.bind=sqlite:////var/opt/karesansui/karesansui.db
	database.pool.size=1
	database.pool.max.overflow=10
	
	pysilhouette.conf.path=/etc/opt/pysilhouette/silhouette.conf


Requirements
------------

 - Python version 2.4
 - XML libraries for python (PyXML)
 - Command line tools for TLS protocol (gnutls-utils)
 - CRAM-MD5 and DIGEST-MD5 support for Cyrus SASL (cyrus-sasl-md5)
 - iSCSI daemon and utility programs (iscsi-initiator-utils)
 - CPU emulator (qemu)

	# yum install gnutls-utils cyrus-sasl-md5 iscsi-initiator-utils qemu

