website: half done provision

This commit is contained in:
Mitchell Hashimoto 2014-07-24 06:38:47 -07:00
parent 2a9ae79a22
commit f61b6bc083
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
---
layout: "intro"
page_title: "Provision"
sidebar_current: "gettingstarted-provision"
---
# Provision
You're now able to create and modify infrastructure. This page
introduces how to use provisioners to run basic shell scripts on
instances when they're created.
If you're using an image-based infrastructure (perhaps with images
created with [Packer](http://www.packer.io)), then what you've
learned so far is good enough. But if you need to do some initial
setup on your instances, provisioners let you upload files,
run shell scripts, etc.

View File

@ -55,7 +55,7 @@
</li> </li>
<li<%= sidebar_current("gettingstarted-provision") %>> <li<%= sidebar_current("gettingstarted-provision") %>>
<a href="/intro/getting-started/provisioners.html">Provision</a> <a href="/intro/getting-started/provision.html">Provision</a>
</li> </li>
<li<%= sidebar_current("gettingstarted-nextsteps") %>> <li<%= sidebar_current("gettingstarted-nextsteps") %>>