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
- Host: GitHub
- URL: https://github.com/Jasig/SSP
- Owner: Jasig
- License: other
- Created: 2012-03-15T23:16:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T11:37:05.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:46:37.700Z (5 months ago)
- Topics: portal, portlet, uportal
- Language: JavaScript
- Homepage: http://www.studentsuccessplan.org
- Size: 55.6 MB
- Stars: 32
- Watchers: 26
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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