Skip to content

Jasig/SSP

Repository files navigation

Welcome to the Student Success Portal - Open Source Edition

To start...

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)

Requirements

  • 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.

Descriptions of files and directories at the root of this project:

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