Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #42 from alphagov/update-landing-page-content-1532…
Browse files Browse the repository at this point in the history
…13089

[#153213089] Update landing page content
  • Loading branch information
samcrang authored Dec 6, 2017
2 parents b74a2a1 + 6840e0c commit 0c5b93e
Showing 1 changed file with 17 additions and 25 deletions.
42 changes: 17 additions & 25 deletions views/next-steps.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<% content_for :head do %>
<title>Start using GOV.UK PaaS - <%= settings.title %></title>
<title>Access GOV.UK PaaS - <%= settings.title %></title>
<% end %>

<% content_for :breadcrumb do %>
<%== erb :'partials/_breadcrumb', :locals => {name: 'Get started', href: '/get-started'} %>
<%== erb :'partials/_breadcrumb', :locals => {name: 'Start using GOV.UK PaaS', href: '/next-steps', active: true} %>
<%== erb :'partials/_breadcrumb', :locals => {name: 'Access GOV.UK PaaS', href: '/next-steps', active: true} %>
<% end %>

<div class="container">
Expand All @@ -19,32 +19,28 @@

<div class="column-two-thirds">
<h1 class="heading-large">
Start using GOV.UK PaaS
Access GOV.UK PaaS
</h1>

<p class="lede">
A lot of the tasks you’ll need to do to operate GOV.UK PaaS will be done from your computers
command line interface.
Installing the Cloud Foundry command line will let you operate GOV.UK PaaS from your computer.
<p>
</div>
</div>

<div class="grid-row download-section">
<div class="column-two-thirds">
<h2 class="heading-small">
Download the Cloud Foundry command line tool
Download the Cloud Foundry command line interface (cf CLI)
</h2>

<p>
You’ll need to do this to operate GOV.UK PaaS from your terminal. You can download the cf command line tool
using one of the installers shown. You can also visit the github page for
<a href="https://github.com/cloudfoundry/cli#downloads">other download options</a> such as using package
managers.
Use one of the links to download the <code>cf</code> CLI installer. You can also visit the github page for <a href="https://github.com/cloudfoundry/cli#downloads">other download options</a> such as package managers and compressed binaries.
</p>
</div>

<div class="column-one-third">
<p class="heading-small">Installation options: </p>
<p class="heading-small">Installers:</p>

<ul class="list-bullet">
<li><a href="https://packages.cloudfoundry.org/stable?release=macosx64&amp;source=github">Mac OS X 64 bit</a></li>
Expand All @@ -57,48 +53,44 @@

<div class="grid-row">
<div class="column-full">
<h2 class="heading-medium">Here are some tasks you can do next</h2>
<h2 class="heading-medium">Once you’ve installed the cf CLI</h2>
</div>

<div class="column-one-third">
<h2 class="heading-small">
<a href="https://docs.cloud.service.gov.uk/#setting-up-the-command-line">Setup and deploy your first app</a>
</h2>

<p>View our quick setup guide on deploying your first app to GOV.UK PaaS.</p>
<p>
View our guide on logging in and deploying your first app to GOV.UK PaaS.
</p>
</div>

<div class="column-one-third">
<h2 class="heading-small">
<a href="https://docs.cloud.service.gov.uk/#managing-users">View and manage team members</a>
<a href="https://docs.cloud.service.gov.uk/#organisations-spaces-amp-targets">Learn more about orgs and spaces</a>
</h2>

<p>
If you are an ‘org manager’ you can administer team members. Learn how to do this using the command line
tool.
Get familiar with the basic concepts of Cloud Foundry-based platforms, and what setting up environments looks like.
</p>
</div>

<div class="column-one-third">
<h2 class="heading-small">
<a href="https://docs.cloud.service.gov.uk">View all documentation</a>
<a href="https://docs.cloud.service.gov.uk/#managing-users">Manage team members</a>
</h2>

<p>
Our documentation covers all aspects of using GOV.UK PaaS, from managing and scaling your applications to
troubleshooting.
Learn how to manage permission levels for your users using the command line tool (for org managers only).
</p>
</div>
</div>

<div class="grid-row">
<div class="column-one-third">
<h2 class="heading-small">
<a href="/get-started">See steps to going live</a>
<a href="https://docs.cloud.service.gov.uk/#system-status-alerts-and-updates">Get GOV.UK PaaS updates</a>
</h2>

<p>
See an overview of the steps your service needs to take to go live on GOV.UK PaaS.
Discover how to get system status alerts and updates about new features.
</p>
</div>

Expand Down

0 comments on commit 0c5b93e

Please sign in to comment.