aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_posts/2012-07-27-default-workings.md
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2019-10-30 19:28:55 +0100
committerMarius Halden <marius.h@lden.org>2019-10-30 19:28:55 +0100
commit377bd96aab7cad3434185c30eb908c9da447fe40 (patch)
tree7ec5527e205d5b62caaa862a7de8cd25199c8bf0 /docs/_posts/2012-07-27-default-workings.md
parent56f61b1441070aa0b9ddcfc74aca46c20313609f (diff)
parent92b253904062edd533e55c22824de6fd01e2f7c1 (diff)
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'docs/_posts/2012-07-27-default-workings.md')
-rw-r--r--docs/_posts/2012-07-27-default-workings.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/_posts/2012-07-27-default-workings.md b/docs/_posts/2012-07-27-default-workings.md
new file mode 100644
index 000000000..ce89b3f4a
--- /dev/null
+++ b/docs/_posts/2012-07-27-default-workings.md
@@ -0,0 +1,43 @@
+---
+layout: post
+title: Default Workings
+author: matthew
+---
+
+In the past few weeks, a number of improvements have been made to the
+FixMyStreet default set up, so that installation should provide you with a
+working setup more easily and quickly, before you get on and make all the
+necessary customisations you will want to for the service you are setting up.
+
+Firstly, we've tidied and consolidated the documentation on to this site,
+putting everything you need in one place. We are using GitHub pages, which means
+that the documentation is bundled along with the repository when checking out,
+which might be useful. The installation guide now includes help for installing
+on Mac OS X, and various other tweaks and improvements.
+
+Next, the codebase now automatically defaults to
+[OpenStreetMap](http://www.openstreetmap.org/) maps and geocoding &ndash; these are
+available, with more or less data, everywhere in the world, so you should be
+able to test your installation and see working maps.
+
+Whilst an installation of [MapIt](http://global.mapit.mysociety.org/) may be
+necessary for your FixMyStreet to work as you want &ndash; mapping locations picked to
+the right authority might need some private boundary data, for example &ndash; the
+code will now default to work as if everywhere is one administrative area.
+
+The code for sending reports has been refactored and modularised, enabling
+proprietary options to be more easily added alongside the standard email,
+Open311, and so on.
+
+We have removed any UK specific code from the default cobrand, moving it to
+a UK cobrand (which is then in turn inherited by the various council cobrands
+we have made in the UK). This should mean that you find you have less to override,
+and more things should work by default.
+
+![Default screenshot](/assets/img/2012-07-27-screenshot.png)
+
+Lastly, the default cobrand now uses the new style that you can see on
+<https://www.fixmystreet.com>. By default, we have picked a pretty yet garish
+colour scheme, in order to remind you that you almost certainly want to change
+the colours being used for your own installation :)
+