https://github.com/fvdavid/springtravel
https://github.com/fvdavid/springtravel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvdavid/springtravel
- Owner: fvdavid
- Created: 2015-11-07T21:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T21:50:19.000Z (over 10 years ago)
- Last Synced: 2023-03-01T07:50:37.235Z (over 3 years ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenShift Tomcat 7 Spring Application
===============
Sample application for OpenShift Tomcat 7 cartridge
Create a Tomcat 7 app on OpenShift
----------------------------
Create an account at http://openshift.redhat.com/ , don't forget to create a namespace and install client tools as well.
Create a Tomcat 7 application
rhc app-create travelapp tomcat-7 postgresql-9.2
Get your Spring Travel app running
----------------------------
Grab this quickstart codes and make it working for you!
cd travelapp
git remote add upstream -m master https://github.com/shekhargulati/spring-travel-openshift-tomcat-quickstart.git
git pull -s recursive -X theirs upstream master
git push
That's it, you can see the running application at:
http://travelapp-$yournamespace.rhcloud.com