diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-19 15:59:14 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:23 +0100 |
commit | b8fa8cf2156d621a4c4ffd656447b659aad3fb47 (patch) | |
tree | 2a9ce5c24db848bcdfbabd23b0f92625c8c94a31 /docs/installing | |
parent | d58970052eedf790e5d2ea3616755806db8117d6 (diff) |
Fix typo
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 3d0cada4a..540ca61d1 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -383,7 +383,7 @@ You should run the `rails-post-deploy` script after each new software upgrade: sudo -u alaveteli RAILS_ENV=production \ /var/www/alaveteli/script/rails-post-deploy -This sets up installs Ruby dependencies, installs/updates themes, runs database +This installs Ruby dependencies, installs/updates themes, runs database migrations, updates shared directories and runs other tasks that need to be run after a software update. |