Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

deis/example-go

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Quick Start Guide

This guide will walk you through deploying a Go application on Deis Workflow.

Usage

$ 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 Workflow

Use 'deis open' to view this application in your browser

To learn more, use 'deis help' or visit https://deis.com/

To ssh://git@deis-builder.deis.rocks: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

About

A simple Go app for Deis, the open source PaaS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.