aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/manual_install.md
Commit message (Collapse)AuthorAgeLines
* Merge branch 'gh-pages-external-smtp-check' into gh-pagesLouise Crow2014-08-28-33/+1
|\
| * fixup! Add external SMTP check example.Louise Crow2014-08-22-75/+1
| |
| * fixup! Add external SMTP check example.Louise Crow2014-08-22-1/+1
| |
| * Add external SMTP check example.Louise Crow2014-08-21-2/+44
| |
* | Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2014-08-22-226/+521
|\ \ | | | | | | | | | into gh-pages
| * | Explain how thin is installedGareth Rees2014-08-22-1/+1
| | | | | | | | | | | | Plucked from 018842285cade549d4b238373fb5acf69e7439db (Louise Crow)
| * | Stop thin processes until daemon generationGareth Rees2014-08-22-0/+2
| | |
| * | Add link to alavetelithemeGareth Rees2014-08-21-2/+1
| | |
| * | Fix bullet list formattingGareth Rees2014-08-21-0/+1
| | |
| * | Update filename to match ↵Louise Crow2014-08-21-2/+2
| | | | | | | | | | | | https://github.com/mysociety/alaveteli/commit/40abf0831fdf9cd6dee2f8d412be6d19558c46d7
| * | Remove libc6 workaround - should now not apply.Louise Crow2014-08-21-10/+0
| | |
| * | Clearer instructions for production test prep.Louise Crow2014-08-21-4/+6
| | |
| * | Add the suexec moduleLouise Crow2014-08-21-1/+2
| | |
| * | Add notes on how to run tests from a production install.Louise Crow2014-08-21-0/+9
| | |
| * | Make it clearer that the SSL and non SSL config files are alternatives.Louise Crow2014-08-21-28/+37
| | | | | | | | | | | | | | | | | | You don't install the non-SSL one and then the SSL one. Promote the SSL one to the first option, and give varnish it's own heading to make clear that it applies to all webserver setups.
| * | Remove redundant asset precompilation.Louise Crow2014-08-21-7/+1
| | | | | | | | | | | | rails-post-deploy will precompile assets if STAGING_SITE has been set to 0 in general.yml as instructed in ecc0fe6.
| * | Fix typoLouise Crow2014-08-21-1/+1
| | |
| * | Remove permissions sectionLouise Crow2014-08-21-7/+0
| | | | | | | | | | | | | | | | | | We've already set the permissions on the init scripts earlier in the guide, so no need to give people an alternative way to make them runnable.
| * | More information on what init scripts do.Louise Crow2014-08-21-2/+2
| | |
| * | The alaveteli user needs to be able to write to /var/www to create cron lock ↵Louise Crow2014-08-21-0/+1
| | | | | | | | | | | | files.
| * | Set environment for init scripts.Louise Crow2014-08-21-2/+6
| | | | | | | | | | | | Also, add note about setting staging_site. If you don't do this, init scripts don't run in production unless you set the RAILS_ENV in them explicitly. With staging_site set, rails-post-deploy creates config/rails_env.rb to force the production environment.
| * | Make clear that init script won't run without varnishLouise Crow2014-08-21-1/+1
| | |
| * | Consistently reference new init script names.Louise Crow2014-08-21-2/+2
| | | | | | | | | | | | See also https://github.com/mysociety/alaveteli/pull/1801
| * | Set mail recipient as alaveteli user in exampleLouise Crow2014-08-21-3/+3
| | | | | | | | | | | | To avoid errors if only local delivery is set up.
| * | Drop reference to WDTK/mysociety.Louise Crow2014-08-21-3/+3
| | | | | | | | | | | | Just tell people what they need to do.
| * | Handle the case where the rails-3-develop branch has a different commonlib ↵Louise Crow2014-08-21-1/+2
| | | | | | | | | | | | commit.
| * | Restore wheezy repoLouise Crow2014-08-21-0/+3
| | | | | | | | | | | | Used to get bundler.
| * | Vim not actually required.Louise Crow2014-08-21-2/+2
| | | | | | | | | | | | I suggest we let people figure out their own editor.
| * | postgresql and postgresql-client are on the package lists.Louise Crow2014-08-21-4/+0
| | | | | | | | | | | | If you've followed the guide so far, they're now installed.
| * | Make clearer that gem install of bundler is not on default path.Louise Crow2014-08-21-3/+8
| | |
| * | Make sure we're in a dir that the alaveteli user can accessLouise Crow2014-08-21-0/+1
| | | | | | | | | | | | Otherwise, can get the error 'fatal: Could not change back to '/root': Permission denied'
| * | Assume yes flag for python-software-properties.Louise Crow2014-08-21-1/+1
| | |
| * | Instructions for unsetting default locale in Ubuntu.Louise Crow2014-08-21-0/+8
| | |
| * | use alaveteli rather than deploy userGareth Rees2014-08-21-3/+2
| | |
| * | Remove old section on application sysvinitGareth Rees2014-08-21-9/+0
| | |
| * | Remove old commentGareth Rees2014-08-21-5/+0
| | |
| * | Add note about nginx config pathsGareth Rees2014-08-21-0/+8
| | |
| * | Better links for our own versions of pdftkLouise Crow2014-08-21-5/+7
| | |
| * | Pull a backport of pdftk from our repo on launchpadLouise Crow2014-08-21-2/+17
| | |
| * | Raring's gone from the Ubuntu archive.Louise Crow2014-08-21-9/+5
| | | | | | | | | | | | Just get bundler from trusty.
| * | Update httpd SSL example file pathsGareth Rees2014-08-21-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Files in the vhost repo config directory with '-example' suffixes > are currently used as a prompt for our deployment system to find and > process a matching '.ugly' config file from our internal templates > path (and the deployment system errors if those '.ugly' files > don't exist). See fbc718b1b74ffc6d53d2381b7e628cac323dd4fc
| * | Add additional squeeze reposGareth Rees2014-08-21-1/+10
| | | | | | | | | | | | This is what gets added by the install script
| * | Instructions to generate alaveteli-purge-varnishGareth Rees2014-08-21-1/+21
| | |
| * | Use service to restart the application serversGareth Rees2014-08-21-10/+5
| | |
| * | Add documentation on generating app daemonGareth Rees2014-08-21-0/+65
| | |
| * | Use legacy document rootGareth Rees2014-08-21-8/+0
| | | | | | | | | | | | Too difficult to change to FSH standard at this point
| * | Add nginx & thin setup guideGareth Rees2014-08-21-0/+80
| | |
| * | Add detailed apache setup instructionsGareth Rees2014-08-21-39/+103
| | |
| * | Minor updates to daemon generationGareth Rees2014-08-21-5/+24
| | |
| * | Fix thin interface binding optionGareth Rees2014-08-21-1/+1
| | | | | | | | | | | | Was --binding; now --address