An open API service indexing awesome lists of open source software.

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/

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: