diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-03-05 13:04:54 +0000 |
---|---|---|
committer | Gareth Rees <ADD_EMAIL_HERE> | 2015-03-09 09:53:10 +0000 |
commit | 37ad700362fe77d75ec4bd50366a23227311ebda (patch) | |
tree | c75e39b7ff5886b818b2e650a59c3c9945f5e3d1 | |
parent | 59b58f107902b8e04abb2a6727be77e1ad6bfea4 (diff) |
Add deploy daemon_name upgrade notes
-rw-r--r-- | doc/CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index ea8010d5f..5ae96f293 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -41,6 +41,8 @@ name in multiple locales (Louise Crow). * No longer need to restart webserver when compacting Xapian database (Gareth Rees). +* `config/deploy.yml` now accepts a `daemon_name` parameter so that Capistrano + can deploy multiple Alaveteli instances on the same host (Gareth Rees). ## Upgrade notes @@ -60,6 +62,11 @@ * [Regenerate your crontab](http://alaveteli.org/docs/installing/manual_install/#generate-crontab) so that compacting the Xapian database only restarts the application, rather than the webserver. This requires the [appropriate SysVinit script](http://alaveteli.org/docs/installing/manual_install/#generate-application-daemon) to be installed. +* Alaveteli daemons must be executable by the app owner in a Capistrano setup. + In a regular setup, the permissions should be `rwxr-xr-- root:alaveteli`. +* `config/sysvinit-thin.ugly` has been improved. Regenerate it with + `rake config_files:convert_init_script`. See [the documentation](http://alaveteli.org/docs/installing/manual_install/#generate-application-daemon) + for more information. # Version 0.20 |