aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* tidy up wordingDave Whiteland2014-06-10-1/+1
|
* add setting STAGING_SITE to dev/staging/production defsDave Whiteland2014-06-10-5/+31
| | | | this sets the production environment in Rails, nice to have this documented now :-)
* add deployment to docs, update install pages accordinglyDave Whiteland2014-06-10-9/+186
| | | | | | Also added glossary entries for dev/staging/production. The deployment text is from doc/DEPLOY.md which will can be removed if this goes live into code.alaveteli.org
* add Sass to glossaryDave Whiteland2014-06-09-3/+34
|
* Merge branch 'theme-updates' into gh-pagesDave Whiteland2014-06-09-22/+21
|\
| * Fix link and whitespace.Louise Crow2014-06-09-1/+1
| |
| * First draft of new theme editing sectionLouise Crow2014-06-09-13/+12
| |
| * Whitespace changes.Louise Crow2014-06-09-5/+5
| |
| * Fix pathLouise Crow2014-06-09-1/+1
| |
| * Plugin install method now obsolete.Louise Crow2014-06-09-3/+3
| | | | | | | | Superceded by rake task.
* | add Rails to glossaryDave Whiteland2014-06-09-0/+22
| |
* | rename installing/exim4 to installing/emailDave Whiteland2014-06-09-11/+10
| | | | | | | | | | because it's no longer just about exim but also postfix. This commit includes updating links in the docs to the new page.
* | add postfix MTA setup instructions/exampleDave Whiteland2014-06-09-13/+102
| | | | | | | | from doc/INSTALL-postfix.md
* | markdown: remove space to preserve double hyphenDave Whiteland2014-06-09-1/+1
| |
* | delete redundant anchor tag (Jekyll autogenerates it)Dave Whiteland2014-06-09-2/+0
| |
* | fix bad links to .md docs: should be code.alaveteli pagesDave Whiteland2014-06-09-15/+19
| |
* | track what's been included/missed from docs/ dirDave Whiteland2014-06-09-0/+13
|/
* Merge branch 'gh-pages-fix-typo' into gh-pagesLouise Crow2014-05-29-1/+1
|\
| * Fix typo in param nameLouise Crow2014-05-29-1/+1
| | | | | | | | This connection param is consulted in config/initializers/alaveteli.rb to see whether to load our patch for constraint disabling from lib/no_constraint_disabling.rb
* | Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2014-05-29-185/+58
|\ \ | | | | | | | | | into gh-pages
| * | update doc summaryDave Whiteland2014-05-23-2/+2
| | |
| * | use "Request state" wordingDave Whiteland2014-05-23-3/+3
| | | | | | | | | | | | | | | | | | Had been "States of request" to avoid "Request" to sound like a verb,,, but it's weird because everywhere these are simply called "request states" and the title being different was confusing me.
| * | make Kosovo/UK comparison more readable/usefulDave Whiteland2014-05-23-178/+52
| | |
| * | move lead graf below titleDave Whiteland2014-05-23-3/+2
| |/
* | Merge branch 'gh-pages-gemfile' into gh-pagesLouise Crow2014-05-29-0/+98
|\ \ | |/ |/|
| * Add Gemfile to make local development easierLouise Crow2014-05-21-0/+98
|/ | | | As described in https://help.github.com/articles/using-jekyll-with-pages
* Merge branch 'gh-pages-gpg-key' into gh-pagesGareth Rees2014-05-16-0/+5
|\
| * Add instruction on installing GPG KeyGareth Rees2014-05-16-0/+5
|/ | | | For the mySociety Debian Package Repository
* Merge branch 'gr-gh-pages-develop' into gh-pagesGareth Rees2014-05-16-75/+97
|\
| * Show completed database.yml section exampleGareth Rees2014-05-14-0/+10
| |
| * Run database commands from root shellGareth Rees2014-05-14-8/+11
| | | | | | | | | | | | | | Easier to illustrate what's happening than remembering that you've actually switched to the postgres linux user. Seems like Debian sudo has different behaviour than ubuntu, so this seems more compatible for a getting started guide
| * Shuffle Configure Database docsGareth Rees2014-05-14-17/+16
| | | | | | | | Do all the postgres setup then configure database.yml
| * Update system dependencies setupGareth Rees2014-05-14-4/+13
| | | | | | | | | | - Pastable commands to create extra package sources - Corrected notes about installable packages per-system
| * Move install dependencies after repo setupGareth Rees2014-05-14-12/+18
| | | | | | | | | | Makes it clearer that you've done all the setup and now just need to update and install
| * Update adding mySociety Debian Archive repo docsGareth Rees2014-05-14-5/+18
| |
| * Update ubuntu precise package sourcesGareth Rees2014-05-14-6/+8
| | | | | | | | | | wkhtmltopdf-static and bundler can be installed through apt on ubuntu
| * Group package dependency docs togetherGareth Rees2014-05-14-8/+7
| | | | | | | | | | Moves the ruby dependency docs down the page so that all the apt based package docs are in one section.
| * Docs to install packages from system-specific listGareth Rees2014-05-14-3/+7
| | | | | | | | Also uses a slightly simpler command to get the package list
| * Remove wheezy package repo from squeeze instructionsGareth Rees2014-05-14-1/+1
| | | | | | | | Same reasons as cdd02da
| * Remove package pinning from manual install docsGareth Rees2014-05-14-22/+0
| | | | | | | | | | | | | | | | | | | | [11:46:34] <@mark> gareth: i don't think the pinning configuration in the install instructions is necessary any more, but the one i added in install-site.sh is probably worth keeping, just to say that our versions of packages should generally have lower priority [11:47:07] <@mark> (i'm not 100% sure that that's necessary now, but i don't think i would have added it without some good reason) [11:47:11] <@mark> (possibly rash assumption ;))
| * Use symlinked gem instead of gem1.8Gareth Rees2014-05-14-1/+1
| | | | | | | | Seems to be the canonical source on both Debian and Ubuntu
| * Docs to update submodules on manual installGareth Rees2014-05-14-8/+7
|/
* Fix link to manual install documentationGareth Rees2014-05-13-1/+1
|
* update doc summaryDave Whiteland2014-04-25-26/+40
|
* add document summary, for nowDave Whiteland2014-04-24-0/+56
|
* update themeDave Whiteland2014-04-24-8/+4
|
* add 'examples' classes to config settingsDave Whiteland2014-04-24-51/+51
|
* Add new config param RESPONSIVE_STYLINGLouise Crow2014-04-24-47/+70
|
* add CNAME to serve docs from github pages as code.alaveteli.orgDave Whiteland2014-04-22-0/+2
|
* add README to the gh-pages branchDave Whiteland2014-04-22-0/+19
|