-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
22 lines (15 loc) · 1.02 KB
/
index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Introduction
owner: Tobias Fuhrimann
---
<strong><%= modified_date %></strong>
This tutorial will help you to deploy a Go web app in minutes.
Hang on for a few more minutes to learn how it all works, so you can make the most out of <%= vars.product_full %>.
The tutorial assumes that you have:
* An <%= vars.product_short %> account
* A local <a href="https://golang.org/doc/install" target="_blank">Go</a> development environment
* <a href="https://github.com/Masterminds/glide" target="_blank">Glide</a> or <a href="https://github.com/golang/dep" target="_blank">dep</a> installed locally
Furthermore, you must have a first Cloud Foundry <a href="../concepts/roles.html#orgs" target="_blank">Organization</a> and <a href="../concepts/roles.html#spaces" target="_blank">Space</a> to push your apps to. In case you don't have that yet, please follow the tutorials in the web console before returning here.
<div style="text-align:center;margin:3em;">
<a href="./set-up.html" class="btn btn-primary">I'm ready to start</a>
</div>