diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-18 16:19:09 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:18 +0100 |
commit | 1b81139381469187194d2b616fe8df5cf5770b03 (patch) | |
tree | bb1c655a28d7235cd4ef0b01cbb8673aa5efdde5 /docs/installing | |
parent | 4f3e35c3bd214b1846d548628db41b7843bcf8cc (diff) |
Scripts should be +x through git mode
Git should clone with +x privileges.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index a0ba1b6a7..23b8ea1b6 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -341,9 +341,8 @@ In the `alaveteli` directory, run: script/rails-post-deploy -(This will need execute privs so `chmod 755` if necessary.) This sets up -directory structures, creates logs, installs/updates themes, runs database -migrations, etc. You should run it after each new software update. +This sets up directory structures, creates logs, installs/updates themes, runs +database migrations, etc. You should run it after each new software update. One of the things the script does is install dependencies (using `bundle install`). Note that the first time you run it, part of the `bundle install` |