Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/rayyildiz-go-heroku-example
A go sample for heroku
https://github.com/freeformz/rayyildiz-go-heroku-example
Last synced: 7 days ago
JSON representation
A go sample for heroku
- Host: GitHub
- URL: https://github.com/freeformz/rayyildiz-go-heroku-example
- Owner: freeformz
- Created: 2015-04-10T05:36:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T06:00:08.000Z (over 9 years ago)
- Last Synced: 2024-12-24T06:47:45.189Z (10 days ago)
- Language: Go
- Homepage: http://rayyildiz-go.herokuapp.com/
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Demo: https://rayyildiz-go.herokuapp.com
Deploy
===
You can deploy it to heroku with the following commands:$ git clone https://github.com/rayyildiz/rayyildiz-go-heroku-example.git
$ cd rayyildiz-go-heroku-example
$ heroku create -b https://github.com/heroku/heroku-buildpack-go.git [NAME]
$ git push heroku master
$ heroku open