aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/bootstrap.sh
blob: 3d6570f23d86072b25de7d87ce5a66caed7a18d7 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
pkg upgrade -y -q -f
pkg install -y -q ruby rubygem-bundler postgresql93-server postgresql93-client git sqlite3 node

echo 'postgresql_enable="YES"' >> /etc/rc.conf

service postgresql initdb
service -R