diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-21 14:33:05 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-21 14:33:05 +0100 |
commit | a57b32aaac6cc36f0fc54eb517b90e2b694f1f40 (patch) | |
tree | 43e480da50ba761cbb08cfa593b045e955031081 | |
parent | 2273362d91ce5bf9b58748b3917000010b780fc1 (diff) | |
parent | 957d7b5c2c5cd2ac16539621fa95b821a3f5cbe1 (diff) |
Merge branch 'issues/1435-vagrant-docs' into rails-3-develop
-rw-r--r-- | Vagrantfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index 5d56914a5..31b2553a1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -46,6 +46,15 @@ # Both have the same effect, but exporting will retain the variable for the # duration of your shell session. # +# Using Themes +# ------------ +# +# You can also use the built in theme switcher (script/switch-theme.rb). The +# ALAVETELI_THEMES_DIR will be shared in to /home/vagrant/alaveteli-themes so +# that the default location is used on the guest. You can use the env var +# ALAVETELI_THEMES_DIR to change where this Vagrantfile looks for the themes +# directory on the host. +# # Customization Options # ===================== ALAVETELI_FQDN = ENV['ALAVETELI_VAGRANT_FQDN'] || "alaveteli.10.10.10.30.xip.io" |