|
The usage of all SIMBioMS software is governed by the following license.
Download SIMS
Installation
For SIMS the following installations are available:
- Download and install the latest version of Apache Tomcat suitable for your OS. This will also require an installation of Java.
- Choose appropriate SIMS configuration, download light installation and deploy it on Tomcat (How to deploy ?)
- Download and install the latest version of Apache Tomcat (minimal requirement is Tomcat 6.0) suitable for your OS. This will also require installation of JRE compatible with Tomcat version.
- Download and install the PostgreSQL version 8.3.
- SIMS full installations consist of Tomcat deployments (to use them generally it should be sufficient to copy the provided directory and its files in directory "$CATALINA_HOME/webapps" and make the necessary configurations in files "SIMS/WEB-INF/web.xml", "SIMS/WEB-INF/classes/hibernate.properties") and database scripts. To download Tomcat deployments and database scripts click here.
Sources
Since SIMBioMS is open source project source files can be downloaded and changed by user if needed.
Download AIMS
Installation
For AIMS the following installations are available:
- Download and install the latest version of Apache Tomcat suitable for your OS (click here for Windows Installer). This will also require installation of Java (click here for Windows Installer).
- Download light installation AIMS.war and deploy it on Tomcat (How to deploy ?)
- Download and install the latest version of Apache Tomcat (minimal requirement is Tomcat 6.0) suitable for your OS. This will also require installation of JRE compatible with Tomcat version.
- Download and install the PostgreSQL version 8.3.
- SIMS and AIMS full installations consist of Tomcat deployments (to use them generally it should be sufficient to copy the provided directory and its files in directory "AIMS/WEB-INF/web.xml", "AIMS/WEB-INF/classes/hibernate.properties" for AIMS) and database scripts. To download Tomcat deployments and database scripts click here.
Sources
Since SIMBioMS is an open source project, source files can be downloaded and changed by the user if needed.
SAIL
Before you install SAIL you need to have installed the latest version of Apache Tomcat and the latest version of MySQL
To install SAIL follow the instructions:
- Download the latest stable version of SAIL from here: SAIL.war
- Deploy the WAR file using the Tomcat manager interface
- Use the sail.sql file to create the structure of the database
- Edit the file web.xml in the WEB-INF directory of the installed instance and add the location and name of the sail database and the user and password to access it.
- Restart the SAIL instance in Tomcat
More detailed install instructions are available.
Source code
SAIL source code is available.
|