Created
September 13, 2016 21:24
-
-
Save sdluxeon/cb2512902c1874f55e92cf66ed990cbe to your computer and use it in GitHub Desktop.
consul-config
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
| Set WshShell = CreateObject("WScript.Shell") | |
| WshShell.Run chr(34) & WScript.Arguments(0) & Chr(34), 0 | |
| Set WshShell = Nothing |
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
| setlocal | |
| cd /d %~dp0 | |
| START /b background.vbs "single-node.bat" | |
| exit | |
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
| setlocal | |
| cd /d %~dp0 | |
| consul.exe agent -server -ui -advertise=127.0.0.1 -retry-join=127.0.0.1 -bootstrap -config-dir=config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment