Last active
March 19, 2017 09:59
-
-
Save tonywangcn/be092ccb5c41db3a5edb3849ac2d3396 to your computer and use it in GitHub Desktop.
fabric_run_parallel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tony@tony-MBP:~/Desktop/Test$ fab install | |
[[email protected]:32772] Executing task 'install' | |
[[email protected]:32773] Executing task 'install' | |
[[email protected]:32774] Executing task 'install' | |
[[email protected]:32774] run: apt-get install dtach && apt-get install -y python-pip && pip install celery && pip install requests && pip install pymongo | |
[[email protected]:32773] run: apt-get install dtach && apt-get install -y python-pip && pip install celery && pip install requests && pip install pymongo | |
[[email protected]:32772] run: apt-get install dtach && apt-get install -y python-pip && pip install celery && pip install requests && pip install pymongo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment