1. Unzip the claros-x.y-zip.
2. Create a new database called chat (or whatever you like) at MySQL (MySQL command -> "create database chat"
3. Run the SQL script at the SQL directory. (Type at shell prompt -> "mysql -u root -p chat < chat-mysql.sql"
4. There is a file called chat.war in the archive. Drop it into the webapps directory of Apache Tomcat
2. Start Tomcat
3. Edit the /tomcat-install-dir/webapps/chat/WEB-INF/config/config.xml file, Hint: simply change your database password.
4. Restart tomcat
That's it. You can access the Claros Chat interface with any Ajax capable browser at:
1. Unzip the claros-x.y-zip.
2. Create a new database called chat (or whatever you like) at MySQL (MySQL command -> "create database chat"
3. Run the SQL script at the SQL directory. (Type at shell prompt -> "mysql -u root -p chat < chat-mysql.sql"
4. There is a file called chat.war in the archive. Drop it into the webapps directory of Apache Tomcat
2. Start Tomcat
3. Edit the config.xml file, Hint: simply change your database password.
4. Restart tomcat
That's it. You can access the Claros...
Looks very promising. Keep up the good work :)
VGameTrade