Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows install script #699

Merged
merged 3 commits into from
Mar 22, 2018
Merged

Windows install script #699

merged 3 commits into from
Mar 22, 2018

Conversation

lox
Copy link
Contributor

@lox lox commented Mar 21, 2018

This adds a powershell install script so that we can have users do windows installs with:

$env:buildkiteAgentToken = "my_token"
$env:buildkiteAgentBeta = 'true'
Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/buildkite/agent/master/install.ps1'))

@keithpitt
Copy link
Member

Nice! Would we still bundle the service installer with the downloadable release?

@lox
Copy link
Contributor Author

lox commented Mar 21, 2018

Nah I don't think so, it's 3 lines and it's using a custom service manager. We can document that bit, this just makes the install really easy.

@lox
Copy link
Contributor Author

lox commented Mar 21, 2018

Needs some more niceties from https://chocolatey.org/install.ps1.

@lox
Copy link
Contributor Author

lox commented Mar 21, 2018

But it's a start!

@lox lox requested a review from keithpitt March 21, 2018 07:14
@lox lox merged commit 7731270 into master Mar 22, 2018
@lox lox deleted the windows-install-script branch March 22, 2018 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants