Skip to content

Instantly share code, notes, and snippets.

@littleq0903
Last active August 29, 2015 14:04
Show Gist options
  • Save littleq0903/2e087920205b57b36fc1 to your computer and use it in GitHub Desktop.
Save littleq0903/2e087920205b57b36fc1 to your computer and use it in GitHub Desktop.
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