Skip to content

Commit 44f2e63

Browse files
author
Tobias Fuhrimann
committed
Remove references to public console
1 parent de79f2e commit 44f2e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html.md.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ owner: Tobias Fuhrimann
55

66
<strong><%= modified_date %></strong>
77

8-
This tutorial will have you deploying a Python app in minutes.
8+
This tutorial will help you to deploy a Python web app in minutes.
99

1010
Hang on for a few more minutes to learn how it all works, so you can make the most out of <%= vars.product_full %>.
1111

1212
The tutorial assumes that you have:
1313

14-
* An <a href="https://console.developer.swisscom.com" target="_blank"><%= vars.product_short %> account</a>
14+
* An <%= vars.product_short %> account
1515
* <a href="https://www.python.org/" target="_blank">Python</a> installed locally - see the installation guides for <a href="http://docs.python-guide.org/en/latest/starting/install/osx/" target="_blank">OS X</a>, <a href="http://docs.python-guide.org/en/latest/starting/install/win/" target="_blank">Windows</a>, and <a href="http://docs.python-guide.org/en/latest/starting/install/linux/" target="_blank">Linux</a>.
1616
* <a href="https://pypi.python.org/pypi/setuptools" target="_blank">Setuptools</a> and <a href="https://pypi.python.org/pypi/pip" target="_blank">pip</a> installed locally. See the Python install guides above for installation instructions.
1717
* <a href="https://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst" target="_blank">Virtualenv</a> installed locally. Accomplish this by running `pip install virtualenv`.
1818

19-
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.
19+
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.
2020

2121
<div style="text-align:center;margin:3em;">
2222
<a href="./set-up.html" class="btn btn-primary">I'm ready to start</a>

0 commit comments

Comments
 (0)