Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make sure Vagrantfile checks out git submodules. | Matthew Somerville | 2015-09-24 | -0/+11 |
| | | | | Fixes #1197. Thanks to Dave Arter for helping out with this. | |||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -1/+1 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Move Vagrantfile to top level of repository. | Matthew Somerville | 2014-07-18 | -0/+78 |
This makes it easier to set up, as you can do: $ git clone --recursive https://github.com/mysociety/fixmystreet $ cd fixmystreet $ vagrant up --no-color |