diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-30 09:38:41 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-05 09:31:06 +0100 |
commit | b429da6a33c2e75756a26168c42435cf52f931de (patch) | |
tree | 7b06ecb8d20b2539c2dd0798131a822c6d4bfc98 /docs/installing | |
parent | 054679a24edf296024c7279ec3ef17ec39eda9aa (diff) |
Add next steps section.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/vagrant.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/installing/vagrant.md b/docs/installing/vagrant.md index 65be1be51..8938d496b 100644 --- a/docs/installing/vagrant.md +++ b/docs/installing/vagrant.md @@ -48,8 +48,11 @@ Ubuntu 12.04 LTS that contains everything you need to work on Alaveteli. # in the virtual machine terminal bundle exec rails server +## What next? -# Customizing the Vagrant instance +Check out the [next steps]({{ site.baseurl }}docs/installing/next_steps/). + +## Customizing the Vagrant instance The Vagrantfile allows customisation of some aspects of the virtual machine. See the customization options in the file [`Vagrantfile`](https://github.com/mysociety/alaveteli/blob/master/Vagrantfile#L30) at the top level of the Alaveteli repository. |