Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhuawei committed Aug 29, 2016
1 parent ef37147 commit cf310bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
sudo yum install -y git redis python-pip python-simplejson python-requests MySQL-python
sudo pip install --upgrade pip
sudo pip install -r req.txt
sudo pip install -r requirements.txt

service redis start

Expand Down

0 comments on commit cf310bb

Please sign in to comment.