aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/bootstrap.sh
blob: 2d2dc3d33ba3d4d1f9c6cdde72daa4e3a03dc7cb (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 node sqlite3 imagemagick-nox11

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

service postgresql initdb
service -R