Software
Before starting, make sure the following software are properly installed.
- Java SDK
- Tomcat
- PostgreSQL
You may want to use 'Git' to fetch the source code from the GitHub repository.
MANTA
Here is a brief description about how to set up the system.
- 1. Checkout the source code from GitHub (the 'master' branch).
- 2. Modify the corresponding setting in resources/gutflora.db.properties.
- 3. Create a user and a database in PostgreSQL.
- 4. Use documents/create_tables.sql to create the necessary tables.
- 5. You need to preprocess your data. Please reference to documents/schema.png to format your data then import into the database.
- 6. Compile the GWT project.
- 7. Deploy the complied project to Tomcat.