Commit Graph

9 Commits

Author SHA1 Message Date
Tom Russell
5031c3bd66 Bump node to 12.18.1 2020-06-18 11:09:51 +01:00
Maciej Ziarkowski
de855f08fe Update node to v12.14.1 2020-01-24 15:44:19 +00:00
Tom Russell
b6e67e1f41 Include pg_trgm in postgres vm install 2019-04-09 09:34:46 +01:00
Tom Russell
728a064583 Plain npm install in vm provision 2019-04-09 09:29:30 +01:00
Tom Russell
acf6976698 Fix postgres dir (9.5>10) in vm provision 2019-04-09 09:29:30 +01:00
Tom Russell
84064b7c5a Create extensions in vm provision 2019-04-09 09:29:30 +01:00
Tom Russell
cbb9840087 Try npm install with no bin links (avoiding symlinks) 2019-04-09 09:29:30 +01:00
Tom Russell
2180a3124b Escape variable when running db provision
Still fails at present - need to add  step
before running migrations
2019-04-09 09:29:30 +01:00
Tom Russell
d692db6c19 Sketch in vagrant provision script
Known problem with npm install step: this will likely fail when run
from a Windows host, when npm tries to create symlinks in the synced
folder. Workaround may be to run `vagrant up` from within a shell
with admin rights on the host machine (Windows security policy may
disallow creation of symlinks otherwise).
2019-03-05 10:04:24 +00:00