Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplicitesoftware/openshift
RedHat OpenShift template for Simplicite(R)
https://github.com/simplicitesoftware/openshift
openshift simplicite
Last synced: about 14 hours ago
JSON representation
RedHat OpenShift template for Simplicite(R)
- Host: GitHub
- URL: https://github.com/simplicitesoftware/openshift
- Owner: simplicitesoftware
- Created: 2015-04-09T11:52:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T12:51:30.000Z (over 6 years ago)
- Last Synced: 2024-04-08T20:59:23.833Z (7 months ago)
- Topics: openshift, simplicite
- Language: Java
- Homepage: https://www.simplicite.io
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Simplicité Software](https://www.simplicite.io/resources/logos/logo250.png)
* * *[![Gitter chat](https://badges.gitter.im/org.png)](https://gitter.im/simplicite/Lobby)
OpenShift® template for Simplicité®
==================================================This is the webapp template for OpenShift® designed for Simplicité® sandboxes.
Prerequisites
-------------A OpenShift® account.
Get the Simplicité® sandbox template from our GIT repository
(see [simplicite.io website](http://www.simplicite.io) for details on how to get access to this repository).Replace the default test `src/webapp/` root webapp folder content with your Simplicité root webapp content.
If required you can customize the `src/webapp/META-INF/context.xml` and/or `src/webapp/WEB-INF/web.xml` to your needs (e.g. to add additional datasources).
If required you can also add:
- Additional Java libs in `src/webapp/WEB-INF/lib`
- Static JavaScript files in `src/webapp/scripts`
- Static CSS/images files in `src/webapp/images`
- Etc.Deploy
------Push to an OpenShift® **Tomcat cartridge** as described in [this documentation](https://developers.openshift.com/en/tomcat-getting-started.html).