1 parent a679b4c commit 52c13fcCopy full SHA for 52c13fc
1 file changed
vagrant/pg_config.sh
@@ -7,6 +7,7 @@ pip install oauth2client
7
pip install requests
8
pip install httplib2
9
pip install redis
10
+pip install passlib
11
su postgres -c 'createuser -dRS vagrant'
12
su vagrant -c 'createdb'
13
su vagrant -c 'createdb forum'
0 commit comments