aboutsummaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.md
Commit message (Collapse)AuthorAgeLines
* Remove memcached config files, references to memcached and interlock.Louise Crow2013-01-17-6/+0
|
* Add some notes about using mailcatcher in development.Louise Crow2012-11-08-0/+4
|
* Following 32ac4ff55f2e174718fad97fcbd57b50a3daef7b, add some brief ↵Louise Crow2012-10-24-0/+6
| | | | documentation about newrelic.yml-example, and switch off all monitoring by default. I don't think we want to get into the situation where a new install has monitoring running but doesn't know.
* Merge remote-tracking branch 'origin/feature/create-init-files' into developLouise Crow2012-09-24-5/+12
|\
| * Add some doc about the new rake task.Louise Crow2012-09-20-4/+7
| |
| * Add doc about $vhost_dir.Louise Crow2012-09-20-1/+5
| |
* | Add instructions about package pinning to the install doc.Louise Crow2012-09-24-0/+12
| |
* | Correct spelling of packageHenare Degan2012-09-22-1/+1
|/
* Edit note on running init scripts - can just be installed with execute ↵Louise Crow2012-09-20-1/+1
| | | | permission for the deployment user.
* Add a note about how to allow these commands to be run with elevated ↵Henare Degan2012-09-20-1/+5
| | | | privileges by a luser
* Add a note about how to easily install run-with-lockfile system-wideHenare Degan2012-09-20-1/+2
|
* Update references to point to the mySociety repo.Louise Crow2012-08-29-7/+7
|
* Update install doc to reflect the fact that develop is now the default ↵Louise Crow2012-08-13-5/+4
| | | | branch on github.
* Merge branch 'hotfix/0.6.2.1' into developSeb Bacon2012-07-16-1/+1
|\
| * Merge branch 'release/0.6.2'0.6.2Seb Bacon2012-07-04-12/+10
| |\ | | | | | | | | | | | | Conflicts: doc/INSTALL.md
| * | another pointless whitespace change to try to trigger Travis github hookSeb Bacon2012-06-29-1/+1
| | |
| * | pointless whitespace change to try to trigger Travis github hookSeb Bacon2012-06-29-1/+1
| | |
* | | A dumb script to generate a crontabSeb Bacon2012-07-16-0/+3
| |/ |/|
* | Add debian-testing as apt source requirement to documentation (and explain ↵Seb Bacon2012-07-04-6/+8
| | | | | | | | better)
* | another pointless whitespace change to try to trigger Travis github hookSeb Bacon2012-06-29-1/+1
| |
* | Drop redundant duplicate suggestionSeb Bacon2012-06-28-4/+0
| |
* | Correct reference to RubyGems versionSeb Bacon2012-06-28-1/+1
|/
* Mention translations in the "upgrading" sectionSeb Bacon2012-06-19-0/+9
|
* Declutter the part of the instructions that deals with bundler; itSeb Bacon2012-06-15-12/+17
| | | | | should Just Work on debian, and we can add specific instructions for other platforms in the "troubleshooting" section.
* Clarify where the latest release can be foundSeb Bacon2012-05-22-2/+3
|
* Improve administrative user account support:Seb Bacon2012-05-14-17/+20
| | | | | | * Allow users with `super` admin level to use the administrative interface. * Allow bootstrapping these users with an Emergency User over HTTP Basic Auth * Introduce new `SKIP_ADMIN_AUTH` setting to allow all admin auth to be bypassed (used by mySociety)
* Notes about how to upgrade. Fixes #467Seb Bacon2012-05-04-0/+19
|
* Give a admins a clue about where to find `run-with-lockfile` commandSeb Bacon2012-05-04-0/+5
|
* Fix copy-and-paste errorSeb Bacon2012-05-04-6/+0
|
* Advise bundler-oriented incantation for `rake spec`Seb Bacon2012-05-04-1/+1
|
* Mention the `purge-requests` init script in the documentation.Seb Bacon2012-05-02-0/+8
|
* Reorder the wording so that it's clear before you do this step (just tripped ↵Henare Degan2012-04-02-5/+6
| | | | me up)
* Fix typo in linkHenare Degan2012-04-02-1/+1
|
* Do 'bundler' stuff in correct orderSeb Bacon2012-03-12-14/+16
|
* Update CHANGES.md and INSTALL.md, largely to reflect new bundler setupSeb Bacon2012-03-09-14/+13
|
* Further documentation refinementsSeb Bacon2012-02-22-73/+108
|
* Some more INSTALL corrections and clarifications.Seb Bacon2012-02-22-17/+33
|
* Update INSTALL.md for bundler (and some other corrections and updates)Seb Bacon2012-02-22-44/+57
|
* Document troubleshooting email problems a bit moreSeb Bacon2012-02-09-0/+36
|
* More background on wkhtmltopdfSeb Bacon2012-01-26-4/+8
|
* Fix CREATE DATABASE commandRobin Houston2012-01-06-2/+2
| | | | Creating a database in SQL_ASCII encoding requires using template0.
* Mention pdftk loop-forever bugSeb Bacon2012-01-04-0/+6
|
* Display internationalized emails correctly (specifically, RFC2047 headers, ↵Seb Bacon2012-01-04-2/+3
| | | | and HTML emails with encoding in a meta-tag). Fixes #281
* Document why we use SQL_ASCII encoding at mySocietySeb Bacon2012-01-04-0/+6
|
* Document why we use SQL_ASCII encoding at mySocietySeb Bacon2012-01-04-2/+2
|
* Mention the fact that we now depend on Xapian 1.2Seb Bacon2011-11-24-5/+10
|
* Add basic documentation about MTAs and mention potential rubygems annoyancesseb2011-11-21-0/+25
|
* Note other possible cause for elinks/asterisk errorSeb Bacon2011-11-08-0/+4
|
* Document workaround for elinks/UTF8 encoding issues (see issue #128)Seb Bacon2011-10-10-0/+13
|
* Note that PassengerMaxPoolSize should be set to a low number where there's ↵Seb Bacon2011-09-20-1/+6
| | | | small amounts of RAM. Closes #179.