Menu

Tree [5357b3] master /
 History

HTTPS access


File Date Author Commit
 LASAD-Client 2015-03-17 Sven Strickroth Sven Strickroth [5357b3] Forgot to adjust relative paths after moving bu...
 LASAD-Server 2014-01-28 Sven Strickroth Sven Strickroth [078201] Provide a proper default configuration
 LASAD-shared 2015-03-17 Sven Strickroth Sven Strickroth [8bdb1f] Update build instructions
 .gitignore 2015-03-17 Sven Strickroth Sven Strickroth [8bdb1f] Update build instructions
 README.txt 2015-03-17 Sven Strickroth Sven Strickroth [8bdb1f] Update build instructions
 gpl.txt 2013-09-05 LASAD LASAD [01c295] Added license information
 license.rtf 2013-09-05 LASAD LASAD [01c295] Added license information

Read Me

LASAD
=====

This is the SourceCode of the LASAD project.

Official (research) website: http://cses.informatik.hu-berlin.de/research/details/lasad/
SourceForge project: https://sourceforge.net/projects/lasad/

Building
--------
1. LASAD requires GWT in version 2.5.x
   Download: http://google-web-toolkit.googlecode.com/files/gwt-2.5.1.zip
2. Extract GWT and adjust the path in the LASAD-Client/build.xml file in the "GWT_HOME" variable
3. Run "ant" in the LASAD-Client directory
   This will compile everything and produce the file LASAD-Client/lasad.war and LASAD-Server/LASAD-Server.jar

Deploying on a server
---------------------
1. Build the GWT part of LASAD-Client
2. Deploy LASAD-Client/lasad.war to the Tomcat webapps folder
3. Deploy LASAD-Server/LASAD-Server.jar, LASAD-Server/java.policy,
   LASAD-Server/server.cfg and LASAD-Server/conf to any folder on the server.
   Adjust the settings in server.cfg (this includes to set up MySQL)
4. Start LASAD-Server.jar as in run.bat
   if you want to deploy LASAD on a Linux machine, you can use lasad-init.d as an example for an init script (/etc/init.d/)
5. Use a web browser to navigate to your tomcat webserver using http:/example.com/lasad/

Hint: In order to be able to use the screenshot feature, you might need to increase the HEAP space of Tomcat to 512MB
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.