diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-08 18:00:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-18 13:07:53 +0100 |
commit | 2cd02a034959325bc117db9963602657614929df (patch) | |
tree | ad3524b5962bf09f2d135807ee95bdac49ab169d /README.md | |
parent | d2ddffb524bea84c63f77c74beedf6155352ac75 (diff) |
Version 2.1.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 2.0.4; see CHANGELOG.md for a version history. +Platform is now at version 2.1; see CHANGELOG.md for a version history. ## Installation @@ -22,6 +22,11 @@ We've been working hard to make the FixMyStreet Platform easy to install and re-use in other countries - please see our site at <http://fixmystreet.org/> for help and documentation in installing the FixMyStreet Platform. +For development, if you have Vagrant installed, you can clone the repo and run +'vagrant up'. We use [Scripts to Rule Them All](https://githubengineering.com/scripts-to-rule-them-all/) +so `script/update` will update your checkout, `script/server` will run a dev +server, and `script/test` will run the tests. + ## Contribution Guidelines Whilst many contributions come as part of people setting up their own |