forked from swisscom/docs-appcloud-tutorial-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
23 lines (15 loc) · 1.14 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: Daniel Freitag
---
<strong><%= modified_date %></strong>
This tutorial will have you deploying a Java 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 <a href="https://console.developer.swisscom.com" target="_blank"><%= vars.product_short %> account</a>
* The latest <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">Java JDK</a> installed locally
* The latest <a href="https://gradle.org/gradle-download/" target="_blank">Gradle</a> installed locally</li>
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 <a href="https://console.developer.swisscom.com" target="_blank">tutorials in the web console</a> 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>