There was an error while loading. Please reload this page.
1 parent ebcbda6 commit a679b4cCopy full SHA for a679b4c
vagrant/pg_config.sh
@@ -6,6 +6,7 @@ pip install bleach
6
pip install oauth2client
7
pip install requests
8
pip install httplib2
9
+pip install redis
10
su postgres -c 'createuser -dRS vagrant'
11
su vagrant -c 'createdb'
12
su vagrant -c 'createdb forum'
0 commit comments