aboutsummaryrefslogtreecommitdiffstats
path: root/script/bootstrap
Commit message (Collapse)AuthorAgeLines
* [script/bootstrap] Keep OS packages updated in development environmentsSam Pearson2020-03-03-0/+10
| | | | | | | | | | | This adds a script, `bin/install_packages`, that will install packages listed in versions of `conf/packages*` and calls it from the bootstrap script in a way appropriate to the environment it is being run under. This should ensure that, for example, changes to dependencies will be applied to Vagrant machines in-between tagged releases. The default packages file used will be `packages.generic`.
* 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.