Skip to content

Commit a679b4c

Browse files
committed
Update pg_config.sh
added redis
1 parent ebcbda6 commit a679b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vagrant/pg_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pip install bleach
66
pip install oauth2client
77
pip install requests
88
pip install httplib2
9+
pip install redis
910
su postgres -c 'createuser -dRS vagrant'
1011
su vagrant -c 'createdb'
1112
su vagrant -c 'createdb forum'

0 commit comments

Comments
 (0)