aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/bootstrap.sh3
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