aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/bootstrap.sh
blob: 2ff62a6eb2fe406dbd4d8f9ca9a28bd751e9eabb (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

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

service postgresql initdb
service -R