- developing, look at the documentation in Developer Install Instructions
- installing, look at the documentation in Install Docs
Please refer to the up to date documentation in [SSP Wiki Home] (https://wiki.jasig.org/display/SSP/Home) and if a solution can't be found, the ssp email lists in [SSP Email Lists] (https://wiki.jasig.org/display/SSP/SSP+Email+Lists)
- JDK 1.8.X - Just a JRE may not be sufficient, a full JDK is recommended
- Servlet 3.1 Container - Tomcat 8.0 is recommended
- Maven 2.2.1 or later
- Sencha Tools 2.0.0 or later
- RDBMS - Postgres 9.1 or later and SQL Server 2008r2 and later are supported
- [SSP-Platform] (https://github.com/Jasig/SSP-Platform)
SSP uses Maven for its project configuration and build system and Liquibase for it's database management and versioning.
doc - documentation that is relevant to business rules, development, and installation.
src - source code to build the application
pom.xml - maven build file
externalLibs - libraries that are not included in Maven Central and will need to be installed locally
scripts - useful scripts for working with the source code as well as maintaining the database
.classpath - Eclipse project metadata
.project
.settings
.gitignore - files/directories for git to ignore
README - This document