There was an error while loading. Please reload this page.
1 parent 4baf014 commit 3602dcfCopy full SHA for 3602dcf
vagrant/pg_config.sh
@@ -9,6 +9,8 @@ pip install httplib2
9
pip install redis
10
pip install passlib
11
pip install itsdangerous
12
+pip install flask-httpauth
13
+pip install oauth2client
14
su postgres -c 'createuser -dRS vagrant'
15
su vagrant -c 'createdb'
16
su vagrant -c 'createdb forum'
0 commit comments