Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deis/example-go
A simple Go app for Deis, the open source PaaS
https://github.com/deis/example-go
deis-workflow example go
Last synced: 9 days ago
JSON representation
A simple Go app for Deis, the open source PaaS
- Host: GitHub
- URL: https://github.com/deis/example-go
- Owner: deis
- License: mit
- Created: 2013-11-05T20:16:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T16:55:14.000Z (over 7 years ago)
- Last Synced: 2024-06-18T23:11:59.268Z (6 months ago)
- Topics: deis-workflow, example, go
- Language: Go
- Homepage: https://deis.com
- Size: 23.4 KB
- Stars: 22
- Watchers: 21
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Quick Start Guide
This guide will walk you through deploying a Go application on [Deis Workflow][].
## Usage
```console
$ git clone https://github.com/deis/example-go.git
$ cd example-go
$ deis create
Creating Application... done, created allied-question
Git remote deis added for app allied-question
$ git push deis master
Counting objects: 89, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (67/67), done.
Writing objects: 100% (89/89), 19.23 KiB | 0 bytes/s, done.
Total 89 (delta 37), reused 46 (delta 17)
Starting build... but first, coffee!
-----> Go app detected
-----> Checking Godeps/Godeps.json file.
-----> Installing go1.7... done
-----> Running: go install -v -tags heroku .
github.com/deis/example-go
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 1.9M
Build complete.
Launching App...
Done, allied-question:v2 deployed to WorkflowUse 'deis open' to view this application in your browser
To learn more, use 'deis help' or visit https://deis.com/
To ssh://[email protected]:2222/allied-question.git
* [new branch] master -> master
$ curl http://allied-question.deis.rocks
Powered by Deis
Release v2 on allied-question-v2-web-wudcx
```## Additional Resources
* [GitHub Project](https://github.com/deis/workflow)
* [Documentation](https://deis.com/docs/workflow/)
* [Blog](https://deis.com/blog/)[Deis Workflow]: https://github.com/deis/workflow#readme