Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

kissaten/webapp-runner-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample webapp-runner app

Using Git

$ mvn clean install
$ heroku local
$ heroku create
$ git push heroku master

Using the CLI

$ mvn clean install
$ heroku plugins:install heroku-cli-deploy
$ heroku war:run target/*.war
$ heroku create
$ heroku war:deploy target/*.war

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages