Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 772 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 772 Bytes

Sample Application with Go and Martini

Running Locally

First, you need to have a working go environment:

http://golang.org/doc/install

Build

go build

Execute

./sample-go-martini

Deploying on Scalingo

Create an application on https://scalingo.com, then:

git remote add scalingo [email protected]:<name_of_your_app>.git
git push scalingo master

And that's it!

The application is running at this url: https://sample-go-martini.scalingo.io/

Deploy in one click

Deploy to Scalingo

Links

https://golang.org https://github.com/go-martini/martini