Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aledbf/deis-spring-boot
https://github.com/aledbf/deis-spring-boot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aledbf/deis-spring-boot
- Owner: aledbf
- Created: 2014-12-09T02:03:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T18:45:57.000Z (over 9 years ago)
- Last Synced: 2024-10-14T15:56:52.515Z (3 months ago)
- Language: Shell
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
deis-spring-boot
================Template to deploy a Spring Boot application (jar) in deis
**This template allows:**
- Use a spring boot far file
- Change the default JVM settings
- Use a [Procfile](https://devcenter.heroku.com/articles/procfile)**Steps:**
- Download the [template](https://github.com/aledbf/deis-spring-java/archive/master.zip)
- Edit launch.sh and replace the content of JAR_FILE variable with the name of the jar file
- Place the jar file in the directory
- Create a new deis app following the [guide](http://docs.deis.io/en/latest/using_deis/deploy-application/)
- Initialize git `git init && git add * && git commit -m "<>"`
- Execute `git push deis master`