An open API service indexing awesome lists of open source software.

https://github.com/Jasig/SSP

Student Success Plan - Open Source Software Project
https://github.com/Jasig/SSP

portal portlet uportal

Last synced: 3 months ago
JSON representation

Student Success Plan - Open Source Software Project

Awesome Lists containing this project

README

        

# Welcome to the Student Success Portal - Open Source Edition

### To start...
* developing, look at the documentation in [Developer Install Instructions](https://wiki.jasig.org/display/SSP/SSP+Developer+Installation+Instructions)
* installing, look at the documentation in [Install Docs](https://wiki.jasig.org/display/SSP/SSP+Installation+Documents)

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](SSP-Open-Source-Project/tree/master/doc/) - documentation that is relevant to business rules, development, and installation.

[src](SSP-Open-Source-Project/tree/master/src/) - source code to build the application
[pom.xml](SSP-Open-Source-Project/tree/master/pom.xml) - maven build file

[externalLibs](SSP-Open-Source-Project/tree/master/externalLibs/) - libraries that are not included in Maven Central and will need to be installed locally

[scripts](SSP-Open-Source-Project/tree/master/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