https://github.com/santteegt/docker-ssp
Docker compose project to ease the deployment of the Student Success Platform -> https://wiki.jasig.org/display/SSP/Home
https://github.com/santteegt/docker-ssp
docker docker-compose
Last synced: about 2 months ago
JSON representation
Docker compose project to ease the deployment of the Student Success Platform -> https://wiki.jasig.org/display/SSP/Home
- Host: GitHub
- URL: https://github.com/santteegt/docker-ssp
- Owner: santteegt
- License: apache-2.0
- Created: 2017-12-04T15:47:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T16:05:44.000Z (over 8 years ago)
- Last Synced: 2025-04-05T03:26:20.387Z (about 1 year ago)
- Topics: docker, docker-compose
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ssp
Docker compose project to ease the deployment of the Student Success Platform
## Prerequisites
* Docker Engine 2.1 or superior
* Docker Compose
## How to deploy?
* On a terminal run the following:
```
$ docker-compose up -d
```
* During the first time execution, it takes time to deploy the whole platform due to compilation time. See the container logs by running the following on the terminal:
```
$ docker logs dockerssp_ssp
```
* Once Tomcat is up and running, the platform is available at [http://localhost:8080/ssp-platoform](http://localhost:8080/ssp-platoform)
## How to customise installation?
* See the full documentation [here](https://wiki.jasig.org/display/SSP/Home) on how to setup the config files included in the [ssp/ssp-local](ssp/ssp-local) directory
* For custom Apache Tomcat configuration, you can edit the files included in the [ssp/conf](ssp/conf) directory
## Licence
This project is published under the [Apache Licence 2.0](LICENSE)