Skip to content

Instantly share code, notes, and snippets.

@faisal00813
Created July 12, 2017 07:41
Show Gist options
  • Save faisal00813/6a789b65b0a950b281db66d1c2c20ec3 to your computer and use it in GitHub Desktop.
Save faisal00813/6a789b65b0a950b281db66d1c2c20ec3 to your computer and use it in GitHub Desktop.
source `which virtualenvwrapper.sh`
cd ~
rm Node*
workon latest-sovrin-master
nohup start_sovrin_node Node1 9701 9702 > Node1.log &
sleep 5
nohup start_sovrin_node Node2 9703 9704 > Node2.log &
sleep 5
nohup start_sovrin_node Node3 9705 9706 > Node3.log &
sleep 5
nohup start_sovrin_node Node4 9707 9708 > Node4.log &
workon sovrin-rest-client
rm virtenvs/sovrin-rest-client/lib/python3.5/site-packages/sovrin_client_rest/api.log
nohup python3 virtenvs/sovrin-rest-client/lib/python3.5/site-packages/sovrin_client_rest/api.py >api.log &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment