diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-13 10:53:41 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-13 10:53:41 +0100 |
commit | 957d7b5c2c5cd2ac16539621fa95b821a3f5cbe1 (patch) | |
tree | d33e27ba6c220c5fb6a42861d570361eb9c6d96f | |
parent | 083c951206e7ea6621f5364be841f63afecc5ff7 (diff) |
Add documentation on using themes with Vagrant
-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" |