https://github.com/redhat-developer-demos/12factor-app
Example application that demonstrates http://12factor.net/
https://github.com/redhat-developer-demos/12factor-app
Last synced: about 1 year ago
JSON representation
Example application that demonstrates http://12factor.net/
- Host: GitHub
- URL: https://github.com/redhat-developer-demos/12factor-app
- Owner: redhat-developer-demos
- License: apache-2.0
- Created: 2016-08-16T19:08:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T17:19:29.000Z (over 6 years ago)
- Last Synced: 2025-04-08T06:51:11.319Z (over 1 year ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 33
- Watchers: 4
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helloworld
The slides of this presentation are available at
To use the scripts, specify the OPENSHIFT_IP environment variable.
Example: export OPENSHIFT_IP=35.185.41.87;
Build and Deploy helloworld-service locally
------------------------------------------
1. Open a command prompt and navigate to the root directory of this microservice.
2. Type this command to build and execute the service:
mvn clean compile exec:java
3. The application will be running at the following URL: