diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-10 16:48:09 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-10 16:48:09 +0100 |
commit | acfffcc73bd2d8aadf9813d95e05d7c94f72ff24 (patch) | |
tree | 9c74380beea711fbf983b010fa2583e46ff20325 /doc | |
parent | d467a2589cb47244aa8ed6a561c56aa22ed128f8 (diff) | |
parent | f9ecaf75b398e6f0e09d291d7f34fc705fdeb0a8 (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 777501ca5..0032706ef 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,21 @@ +## rails-3-develop + +## Highlighted Features + +## Upgrade Notes + +* rails-post-deploy no longer handles linking `APP_ROOT/log` to a log directory + outside the app. Capistrano users will find that `:symlink_configuration` now + links `APP_ROOT/log` to `SHARED_PATH/log`. Users who aleady use the + `SHARED_FILES` and `SHARED_DIRECTORIES` settings in `config/general.yml` + should add `log/` to the `SHARED_DIRECTORIES` setting. The existing mechanism + for shared directories (in `script/rails-deploy-before-down`) will create the + necessary link to `SHARED_FILES_PATH/log`. If your existing shared log + directory is not at `SHARED_FILES_PATH/log`, move the directory and re-run + `script/rails-post-deploy` to link up the new location. If you don't use + `SHARED_FILES` and `SHARED_DIRECTORIES`, alaveteli will now write it's + application logs to `APP_ROOT/log` rather than `APP_ROOT/../logs` by default. + # Version 0.18 ## Highlighted features |