Last active
August 29, 2015 14:04
-
-
Save littleq0903/2e087920205b57b36fc1 to your computer and use it in GitHub Desktop.
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
cd path/to/tagtoo-open-bidder | |
cd tagtoo-openbidder-utils/scripts/deployer | |
# editing config file, set the ip to bidder | |
vim open-bidder-material/metadata/tanx-bidder-metadata.json | |
# editing ssh key location, username | |
vim fabfile.py | |
# deploy ssh keys | |
fab -p <ssh-password> config:open-bidder-material/metadata/tanx-bidder-metadata.json deploy_sshKeys | |
fab config:open-bidder-material/metadata/tanx-bidder-metadata.json deploy | |
# P.S if don't know what command could proceed, check out fabfile.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment