blong14 / goping-web

Application uptime notifier written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

goping-web

Application uptime notifier written in Go.

Setup

$ go get github.com/codegangsta/gin
$ dep ensure

Running Locally

Hot reload

$ gin run main.go

Deploying to Heroku

Make sure you have Go and the Heroku Toolbelt installed.

$ go get -u github.com/blong14/goping-web
$ cd $GOPATH/src/github.com/blong14/goping-web
$ heroku local

Your app should now be running on localhost:5000.

Deploy

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Go on Heroku, see these Dev Center articles:

About

Application uptime notifier written in Go.


Languages

Language:Go 94.1%Language:Dockerfile 5.9%