|
For Tomcat Users :
Copy the war file to $TOMCAT_INSTALL_DIR/webapps folder
Start Tomcat
For other application servers, you shall know what to do with a war file. If war extension means nothing to you, just unzip is it, if it was a regular zip archive.
All configuration is done in WEB-INF/resources directory. Open config.properties
with your favorite editor, and follow the instructions.
There is an SQL file for the MySQL database server with the installation zip file. You can use it to create the default tables. If you do not know how to do it, please refer to MySQL documentation or Claros In Touch installation instructions.
The administration console URL for the application is http://server_name_or_ip:port/alinda/admin/index.do. The default username/password is :
username: admin
password: password
Please change it immediately after first login. You can also create new users at the admin console.
Good Luck.
|