aboutsummaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.md
Commit message (Collapse)AuthorAgeLines
* The mysociety debian repo only has 64-bit packagesGanesh Sittampalam2013-08-14-1/+1
|
* Update for Rails 3 - script/server is deprecated.Louise Crow2013-08-07-1/+1
|
* Merge remote-tracking branch 'scjody_github/patch-1' into rails-3-developLouise Crow2013-07-31-1/+1
|\
| * Fix name of locale/ directory in INSTALL.mdJody McIntyre2013-07-31-1/+1
| |
* | Add a note on how to start mailcatcher.Louise Crow2013-07-30-1/+2
| |
* | Move crontab.ugly to crontab-exampleLouise Crow2013-06-12-2/+2
| |
* | Update the install documentation for the new database.yml paramLouise Crow2013-05-28-1/+2
| |
* | Re-remove text removed in e0db6cf956e2270413143017baa7c1472b2e95f2 and ↵Louise Crow2013-04-30-13/+0
| | | | | | | | reinstated in subsequent merge.
* | Rename httpd.conf to httpd.conf-exampleMark Longair2013-04-08-2/+2
| | | | | | | | | | | | | | | | The httpd.conf file needs to be customized before being deployed, and in mySociety's deploy system, a custom version is only looked for if a corresponding -example file exists. Also change httpd.conf to httpd.conf-example in INSTALL.md
* | Remove superfluous leading './'sMark Longair2013-04-03-4/+4
| | | | | | | | | | | | | | When running a script in another directory via a relative path it's not necessary to have a leading ./ regardless of your PATH. (At least that's is the case with bash, zsh, tcsh, csh and dash.)
* | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-1/+1
|\| | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/admin_request/show.html.erb config/environment.rb
| * Allow the emergency user account to be disabled.Louise Crow2013-03-19-1/+1
| |
* | Merge branch 'develop' into rails-3-developMatthew Landauer2013-03-19-20/+33
|\| | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock doc/INSTALL.md
| * Consistent syntax for X-Forwarded-ProtoLouise Crow2013-03-13-23/+23
| |
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-0/+28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb
| * Use different form of X-Forwarded-Proto header that is correctly recognised ↵Matthew Landauer2013-02-18-1/+1
| | | | | | | | by Varnish
| * Add a little documentation on how to set up apache as an SSL terminatorMatthew Landauer2013-02-15-0/+28
| |
* | We don't need an old version of Rubygems so hopefully we don't need to do thisHenare Degan2013-03-05-22/+1
|/
* 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)