aboutsummaryrefslogtreecommitdiffstats
path: root/script/setup
Commit message (Collapse)AuthorAgeLines
* [Vagrant] Check and generate config file if necessarySam Pearson2018-11-05-1/+15
| | | | | | | | This adds support in `script/setup` for generating a local `general.yml` if it doesn't already exist and is run as the `vagrant` user. This is called from the `Vagrantfile` when using the FixMyStreet Vagrant box. [skip ci]
* Add scripts to rule them all.Matthew Somerville2017-06-30-0/+7
Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server.