Commit Graph

13 Commits

Author SHA1 Message Date
Ed Chalstrey
e3fbff97b1 revert Vagrant changes, added to separate branch fix-vagrant 2022-02-14 09:58:50 +00:00
Ed Chalstrey
4eff84576f update vm_provision for vagrant to node16 2022-02-02 16:54:08 +00:00
Mateusz Konieczny
f825b090ec Update setup instructions to match actual servers
Both staging and production
2021-12-25 20:30:23 +01:00
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
Tom Russell
9711385963 Install node binaries from (shell script) 2018-08-04 12:36:58 +01:00