Skip to content

rif/starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter App

This is a basic Go web app suitable for deployment on heroku or openshift. It uses the heroku-buildpack-go buildpack to compile and deploy on the Cedar stack.

Usage

Clone this app into some directory and remove the git directory.

Local compilation and testing

$ ./init.sh
$ ./build.sh
$ PORT=9022 bin/srv

Your app is now serving requests on http://localhost:9022

For hot server rebuild and launch

$ ./watch_go.sh

About

Skeleton app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 76.4%
  • Shell 17.7%
  • Ruby 5.9%