Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj/sharemylocation-demo
Demo application for OpenShift workshops
https://github.com/ryanj/sharemylocation-demo
Last synced: 13 days ago
JSON representation
Demo application for OpenShift workshops
- Host: GitHub
- URL: https://github.com/ryanj/sharemylocation-demo
- Owner: ryanj
- Created: 2014-05-02T05:16:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T09:35:33.000Z (about 11 years ago)
- Last Synced: 2024-10-11T00:12:05.889Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ShareMyLocation
==========Simple location aware app written using Java EE 6 and MongoDB
1. Sign up for an [OpenShift Account](https://openshift.redhat.com/app/account/new). It is free and instant. Red Hat gives every user three free Gears on which to run your applications. At the time of this writing, the combined resources allocated for each user is 1.5 GB of memory and 3 GB of disk space.
2. Install OpenShift Client Tooos https://www.openshift.com/developers/rhc-client-tools-install
3. Create an application
```
$ rhc create-app sharemylocation jbosseap mongodb-2
```4. Pull the source code from github
```
$ git remote add upstream -m master https://github.com/shekhargulati/sharemylocation-demo.git
$ git pull -s recursive -X theirs upstream master
```5. Push the changes to OpenShift application gear
```
$ git push
```