pywatch/watch-obt.sh

15 lines
443 B
Bash
Raw Normal View History

2015-06-25 10:21:21 -07:00
#!/bin/sh
2015-06-25 10:29:21 -07:00
if [ ! -d testenv ] ; then
virtualenv --python=python3.4 testenv
source testenv/bin/activate
pip3 install -r requirements.txt
deactivate
fi
source testenv/bin/activate
2015-06-25 10:22:16 -07:00
./watch.py ~/PhpstormProjects/pronq/obt_prototypes/ -u root -p vagrant -s localdev.saas.hp.com \
2015-06-25 10:21:21 -07:00
--map "server/cms:/var/www/drupal" \
--map "shared-assets:/var/www/drupal/sites/all/themes/zen_pronq_mktg/shared-assets" \
--map ":/root"