8000 GitHub - jonjomckay/service-views
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jonjomckay/service-views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service-views

Building

To build the application, you will need to have Maven 3 and a Java 8 implementation installed (OpenJDK and Oracle Java SE are both supported).

Now you can build the runnable shaded JAR:

$ mvn clean package

Running

The application is a RestEASY JAX-RS application, that by default is run under the Jetty server on port 8080 (if you use the packaged JAR).

Defaults

Running the following command will start the service listening on 0.0.0.0:8080:

$ java -jar target/service-views.jar

Heroku

This service is compatible with Heroku, and can be deployed by:

# If you've never logged in with Heroku via the CLI
$ heroku login

# Create an app for the service in Heroku, and add the Git remote
$ heroku create

# Deploy the app
$ git push heroku master

More information can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0