aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_posts/2012-08-17-improving-configuration.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-08-17-improving-configuration.md
parent56f61b1441070aa0b9ddcfc74aca46c20313609f (diff)
parent92b253904062edd533e55c22824de6fd01e2f7c1 (diff)
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'docs/_posts/2012-08-17-improving-configuration.md')
-rw-r--r--docs/_posts/2012-08-17-improving-configuration.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/_posts/2012-08-17-improving-configuration.md b/docs/_posts/2012-08-17-improving-configuration.md
new file mode 100644
index 000000000..12ce5e34f
--- /dev/null
+++ b/docs/_posts/2012-08-17-improving-configuration.md
@@ -0,0 +1,27 @@
+---
+layout: post
+title: Improving Configuration
+author: matthew
+---
+
+Now that a default install is a bit more straightforward to set up, our
+thoughts turn to improving the customistation of that default install.
+Currently, apart from the options already present in the main configuration
+file, that involves knowing a bit of Perl, in order to create a Cobrand .pm
+file containing the various customistations. So to reduce that dependency,
+we've moved a number of these options into the main configuration file, so that
+hopefully a standard customisation might not need a Cobrand .pm file at all.
+
+These changes range from simple text strings that are now in templates, through
+to specifying what areas from MapIt you are interested in, or what languages
+the site is available in. The general.yml-example file contains information on
+each option, and we've updated our [customisation documentation](/customising/)
+as well.
+
+Also, thanks to some testing of a current installation by
+[Anders](https://github.com/kagee) for FiksGataMi, we've made more incremental
+improvements to the installation, including fixing a couple of tests that
+shouldn't run unless your configuration is set up in a particular way, making
+sure inherited cobrands use the best templates, and including the
+Catalyst::Devel module so running the development server is easier.
+