diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-03-10 10:14:41 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-03-11 10:52:09 +0000 |
commit | 57005fd0ff6d05167e0cce2795a2c3352497c9ab (patch) | |
tree | c103bec5e46a9002fc83052305edb288c9437320 /script/install-as-user | |
parent | f4b10a38fdbd10bd4b1821565c222f66670d3fc5 (diff) |
Allow the location of the bundle to be configured
- Sets vendor/bundle as default
- Uses $HOME/bundle when generating general.yml
Based on d9f162c8ab08cb881cd68a3eee900c52c63cb1ae
Diffstat (limited to 'script/install-as-user')
-rwxr-xr-x | script/install-as-user | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/install-as-user b/script/install-as-user index aaad52145..a6c267066 100755 --- a/script/install-as-user +++ b/script/install-as-user @@ -114,6 +114,7 @@ then -e "s,^( *DONATION_URL:).*,\\1 null," \ -e "s,^( *THEME_BRANCH:).*,\\1 'develop'," \ -e "s,^( *USE_MAILCATCHER_IN_DEVELOPMENT:).*,\\1 false," \ + -e "s,^( *BUNDLE_PATH:).*,\\1 $HOME/bundle/," \ config/general.yml-example > config/general.yml fi |