--------
LICENSES
--------

Gaspacho is distributed under the terms of the GNU General Public License v3.0 as published by
the Free Software Foundation; either version 3 of the License, or (at your option)
any later version.

See doc/gpl-3.0.txt for more informations.

Contributors:
Benjamin Bohard
Emmanuel Garette <gnunux@gnunux.info>
Gérald Schwartzmann <g_schwartzmann@yahoo.fr>
Gwenael Remond
Jérémy Barascut
Laurent Deschaumes 
Nicolas Fontaine
Tony Galmiche
Vincent Febvre


Ext-js (version 3.2.0) files are under dual-license:
- GNU General Public License v3.0
- Commercial License

See doc/extjs-license.txt for more informations.

-------
INSTALL
-------

Need:
Python >= 2.4

Module:
If Python version < 2.6 : SimpleJson
Twisted_Core >= 1.8 and Twisted_Web
SQLAlchemy >= 0.5.2
Elixir >= 0.6.1
ConfigObj
OptParse
PAM >= 0.5.0

To check dependencies:
# python check_dependencies.py

To install, as root:
# python setup.py install
# mkdir -p /var/lib/gaspacho/apply
# python import.py -a

This last step needs a valid gaspacho.conf.
The file gaspacho.conf-sample is used as a model.

To start Gaspacho:
# /usr/bin/twistd -oy [path]/website.tac
[path] is the directory where Gaspacho is installed (ie
/usr/local/share/gaspacho/).

Some example of init files is available in init.d directory.

To install init file, do, as root:

# cp init.d/gaspacho.your_linux_distribution /etc/init.d/gaspacho
# chmod +x /etc/init.d/gaspacho
# /etc/init.d/gaspacho [start|restart|stop]

---
USE
---

To use Gaspacho, go to http://localhost:8080/ with a modern web browser.

See http://www.sencha.com/products/js/ for more informations.

By default, admin user is "admin" with password "admin".

Edit /etc/gaspacho/gaspacho.conf to change it (more information in
gaspacho.conf-sample).

