diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-30 09:35:37 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-05 09:30:57 +0100 |
commit | 054679a24edf296024c7279ec3ef17ec39eda9aa (patch) | |
tree | c53426a5635fbf04f215fd8580eeb49e1aa31464 /docs/installing/index.md | |
parent | 343f9ff1621a8759e3f3f38186e3146adfcc9a75 (diff) |
Add documentation on installing with Vagrant.
Diffstat (limited to 'docs/installing/index.md')
-rw-r--r-- | docs/installing/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installing/index.md b/docs/installing/index.md index 41d1a5602..c04aaa3ca 100644 --- a/docs/installing/index.md +++ b/docs/installing/index.md @@ -50,6 +50,7 @@ those servers, because Capistrano takes care of that for you. ## Installing the core code +* [Install into a Vagrant virtual development environment]({{ site.baseurl }}docs/installing/vagrant/) -- a good choice for development, and playing around with the site. * [Install on Amazon EC2]({{ site.baseurl }}docs/installing/ami/) using our AMI * [Use the installation script]({{ site.baseurl }}docs/installing/script/) which does the full installation on your own server * [Manual installation]({{ site.baseurl }}docs/installing/manual_install/) -- step-by-step instructions |