Skip to content

Instantly share code, notes, and snippets.

@simon-wenmouth
Forked from mbenford/Bootstrap.bat
Created May 30, 2013 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simon-wenmouth/5678654 to your computer and use it in GitHub Desktop.
Save simon-wenmouth/5678654 to your computer and use it in GitHub Desktop.
start /wait msiexec /i Octopus.Tentacle.<version>.msi /quiet INSTALLLOCATION=C:\Octopus
cd C:\Octopus\Agent
tentacle configure --appdir="C:\Applications" --port=10933 --trust=<server-thumbprint>
tentacle new-certificate
tentacle install
tentacle register-with --server=<server-url> --environment=<environment> --role=<role> --apikey=<some-user-apikey>
octo deploy-release --project=<project-name> --deployto=<environment-to-deploy> --version=<version-to-deploy> --server=<server-url> --apikey=<some-user-apikey>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment