Skip to content

Commit

Permalink
PLUTON-4632 | add install requirments on dev machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Taczanowski committed May 20, 2016
1 parent 1559a76 commit f85f0be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vagrant/shell/vaas.sh
Expand Up @@ -8,6 +8,11 @@ sudo apt-get install -y redis-server

sudo ~/venv/bin/docker-compose -f ~/vaas/docker-compose.yml up -d --force-recreate

# update venv
cd ~/
source venv/bin/activate
pip install -r vaas/vaas-app/requirements/dev.txt

# Kill the server if it is already running:
server_pids=$(ps -ef|awk '/manage.py[ ]runserver/ {print $2}'|xargs)
if [ "$server_pids" != '' ] ; then
Expand Down

0 comments on commit f85f0be

Please sign in to comment.