diff options
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 95bfc1b80..0c6efb1d9 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -458,33 +458,6 @@ and so it knows to include that in any absolute urls it serves. We have some [production server best practice notes]({{ site.baseurl}}docs/running/server/). -## Upgrading Alaveteli - -The developer team policy is that the master branch in git should always -contain the latest stable release. Therefore, in production, you should usually -have your software deployed from the master branch, and an upgrade can be -simply `git pull`. - -Patch version increases (e.g. 1.2.3 → 1.2.**4**) should not require any further -action on your part. - -Minor version increases (e.g. 1.2.4 → 1.**3**.0) will usually require further -action. You should read the `CHANGES.md` document to see what's changed since -your last deployment, paying special attention to anything in the "Updgrading" -sections. - -Any upgrade may include new translations strings, i.e. new or altered messages -to the user that need translating to your locale. You should visit Transifex -and try to get your translation up to 100% on each new release. Failure to do -so means that any new words added to the Alaveteli source code will appear in -your website in English by default. If your translations didn't make it to the -latest release, you will need to download the updated `app.po` for your locale -from Transifex and save it in the `locale/` folder. - -You should always run the script `scripts/rails-post-deploy` after each -deployment. This runs any database migrations for you, plus various other -things that can be automated for deployment. - ## Troubleshooting * **Incoming emails aren't appearing in my Alaveteli install** |