diff options
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r-- | vagrant/bootstrap.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 81fd145..2ff62a6 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -1,9 +1,8 @@ #!/bin/sh pkg upgrade -y -q -f -pkg install -y -q ruby rubygem-bundler postgresql93-server postgresql93-client nginx git +pkg install -y -q ruby rubygem-bundler postgresql93-server postgresql93-client git sqlite3 echo 'postgresql_enable="YES"' >> /etc/rc.conf -echo 'nginx_enable="YES"' >> /etc/rc.conf service postgresql initdb service -R |