From f61b6bc0832425eaffcd8e1c3207965f865f16bc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Jul 2014 06:38:47 -0700 Subject: [PATCH] website: half done provision --- .../intro/getting-started/provision.html.md | 19 +++++++++++++++++++ website/source/layouts/intro.erb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 website/source/intro/getting-started/provision.html.md diff --git a/website/source/intro/getting-started/provision.html.md b/website/source/intro/getting-started/provision.html.md new file mode 100644 index 000000000..dd1caa388 --- /dev/null +++ b/website/source/intro/getting-started/provision.html.md @@ -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. + + diff --git a/website/source/layouts/intro.erb b/website/source/layouts/intro.erb index b6daa268d..24789da79 100644 --- a/website/source/layouts/intro.erb +++ b/website/source/layouts/intro.erb @@ -55,7 +55,7 @@ > - Provision + Provision >