Skip to content

stairch/hslu_18hs_stair_pachack_java

 
 

Repository files navigation

hslu_18hs_stair_pachack_java

Pachack-java

A basic snakehack starter kit written in java using maven, grizzly and jersey.

How to start

  1. Fork this repo.

  2. Clone repo to your development environment:

git clone [email protected]:USERNAME/hslu_18hs_stair_pachack_java.git $GOPATH/github.com/USERNAME/hslu_18hs_stair_pachack_java
cd $GOPATH/github.com/USERNAME/hslu_18hs_stair_pachack_java
  1. Import the project into your ide. This repos uses intellij.

  2. Try to run it

  3. Test the client in your browser: http://127.0.0.1:8080/start

Heroku

Deploy

Heroku-cli commands

download heroku cli https://devcenter.heroku.com/articles/getting-started-with-java#set-up

login to heroku

heroku login

create new heroku app, --region eu is important for fast enough response times

heroku create yourfancyname --region eu

push to heroku

git push heroku master

delete heroku git

git remote rm heroku

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%