

		HOWTO INSTALL ROSES LABS PANTERA
		--------------------------------

		SUPER-MEGA-PRE ALPHA SOFTWARE 

 
 -> BETTER TO READ /DOC/EN/INSTALL.HTML !!!

 REQUIREMENTS
 ------------

 . python 2.4+
 . MYSQL 5.0 (www.mysql.com it should also work with MYSQL 4.0)
 . Python MYSQL wrapper (http://sourceforge.net/projects/mysql-python be sure to download it from sourceforge)
 . Openssl ( http://www.openssl.org/ ) (pyOpenssl http://pyopenssl.sourceforge.net/ )

 STEEPS
 ------

 Pantera install is very straitforward, just follow the steeps:

 1. unzip pantera.zip (leave the directory structure!!!)

 2. Install OpenSSL

 3. Install MySQL 5.0 and python MYSQL wrapper (you only need to do this one time :)

 4. Modify the MYSQL 5.0 to use "MYSQL old-password style" (http://dev.mysql.com/doc/refman/5.0/en/old-client.html)

 5. Using mysql client to create Pantera database. (Optional you can create a user and password to use in panteradb)

	mysql> CREATE DATABASE panteradb;

 6. Execute pantera sql script "pantera_sql_create_script.txt"

	Using mysql client from command line: mysql -u <username> -p panteradb < pantera_sql_create_script.txt 

 7. Edit panteracfg.xml for configuration basics (DDBB info, proxy, etc.)

 8. now run pantera as usually.

 9. hack :)

