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

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

service postgresql initdb
service -R