aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeLines
* Add package installLouise Crow2014-08-07-0/+4
|
* Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2014-08-05-3/+7
|\ | | | | | | into gh-pages
| * Merge branch 'gh-pages-os-version' into gh-pagesGareth Rees2014-08-04-2/+2
| |\
| | * Tweak target operating systems infoGareth Rees2014-07-18-2/+2
| | | | | | | | | | | | Prefer a 64-bit version of all Operating Systems
| * | Update API docs to reflect new state update methodslizconlan2014-07-28-1/+5
| | |
* | | Add next steps section.Louise Crow2014-08-05-1/+4
| | |
* | | Add documentation on installing with Vagrant.Louise Crow2014-08-05-0/+68
|/ /
* | Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2014-07-28-10/+63
|\| | | | | | | into gh-pages
| * Merge remote-tracking branch 'origin/gh-pages-what-next' into gh-pagesGareth Rees2014-07-18-10/+63
| |\
| | * Note that EC2 AMI is created with installation script.Louise Crow2014-07-16-5/+7
| | |
| | * Add a 'next steps' page, referenced at the end of install guides.Louise Crow2014-07-16-5/+56
| | |
* | | Merge branch 'gh-pages-update-directory-structure' into gh-pagesLouise Crow2014-07-28-79/+40
|\ \ \ | |/ / |/| |
| * | Update directory structure to match current.Louise Crow2014-07-16-79/+40
| | |
* | | Fix linkLouise Crow2014-07-16-1/+1
| |/ |/|
* | Merge branch 'gh-pages-updating-translations' into gh-pagesLouise Crow2014-07-16-4/+20
|\ \
| * | Add a bit more explanation on how to update Transifex files.Louise Crow2014-07-16-4/+20
| |/
* | Add some details about config for thin.Louise Crow2014-07-16-5/+10
| |
* | Add instructions for updating Alaveteli path in init scripts.Louise Crow2014-07-16-0/+16
| |
* | Make it clear that the last few commands are run on the serverLouise Crow2014-07-16-1/+4
| | | | | | | | Also tell people to restart MTA
* | Remove un-needed backticks.Louise Crow2014-07-16-2/+2
| |
* | Add link to SO for net-ssh bugLouise Crow2014-07-16-1/+1
| |
* | Add leading slashLouise Crow2014-07-16-1/+1
| |
* | Add instructions for setting up authentication of deployment userLouise Crow2014-07-16-1/+5
| |
* | Add HOST to deploy_toLouise Crow2014-07-16-2/+3
| | | | | | | | alaveteli is only used when the install script is run with the --default flag. Otherwise, it uses the HOST param or the EC2 hostname.
* | Add note on broken net-ssh versionLouise Crow2014-07-16-0/+6
| |
* | Update github urlLouise Crow2014-07-16-1/+1
|/ | | | https://developer.github.com/changes/2014-04-25-user-content-security/
* Clarify that MTA install is done by the install script and on EC2.Louise Crow2014-07-15-2/+2
|
* Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2014-07-10-61/+70
|\ | | | | | | into gh-pages
| * Merge branch 'gh-pages-log-config' into gh-pagesGareth Rees2014-07-10-1/+2
| |\
| | * Add log to shared directories to copyGareth Rees2014-07-10-0/+1
| | |
| | * Fix typoGareth Rees2014-07-10-1/+1
| | |
| * | fix titles for installation pagesDave Whiteland2014-07-09-2/+2
| | |
| * | linkify mailinator in Getting Started guideDave Whiteland2014-07-09-1/+1
| | |
| * | fix glossary links on installation index pageDave Whiteland2014-07-09-4/+5
| | |
| * | fix installation (overview) lead paraDave Whiteland2014-07-09-4/+6
| | | | | | | | | | | | | | | Whoops, this at some point became the deployment page's lead para.
| * | add missing glossary_link to glossary linksDave Whiteland2014-07-09-5/+6
| | | | | | | | | | | | | | | | | | found using git grep -P '<a[^>]+glossary[^>]+' | grep -v __link in case that's handy.
| * | change glossary link class to glossary__link throughoutDave Whiteland2014-07-09-45/+49
| | |
* | | Change order of stepsLouise Crow2014-07-08-1/+1
| | | | | | | | | | | | update_code task fails if the config files aren't there yet
* | | Add the xapiandbs to the list of directories to be copied across.Louise Crow2014-07-08-0/+1
|/ /
* | Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2014-07-08-32/+56
|\| | | | | | | into gh-pages
| * Merge branch 'gh-pages-crontab-setup' into gh-pagesGareth Rees2014-07-04-32/+56
| |\
| | * Minor updates to init script setupGareth Rees2014-07-03-2/+4
| | |
| | * Add variables for purge varnish init scriptGareth Rees2014-07-03-0/+10
| | |
| | * Add better examples for generating the alert daemonGareth Rees2014-07-03-5/+17
| | |
| | * Add better sections to crontab and init setupGareth Rees2014-07-03-5/+15
| | |
| | * Use better default for VHOST_DIR in cron exampleGareth Rees2014-07-03-1/+1
| | |
| | * Generate crontab to /etc/cron.d/Gareth Rees2014-07-03-1/+1
| | | | | | | | | | | | Might as well put it in the right place
| | * Remove superfluous crontab docsGareth Rees2014-07-03-4/+1
| | |
| | * Update cron variables documentationGareth Rees2014-07-03-7/+4
| | |
| | * Remove unused cron example variableGareth Rees2014-07-03-5/+0
| | | | | | | | | | | | Not used in config/crontab-example.ugly