We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13abad2 commit a86b055Copy full SHA for a86b055
README.md
@@ -1,2 +1,13 @@
1
# patroni-windows-packaging
2
Automate installing and launching of Patroni under Windows
3
+
4
+#TL;DR
5
+1. Run `install-env.bat` and reopen the console to update `PATH` and `PATHEXT` environment variables
6
+2. Run `make.bat`
7
+3. Deploy `patroni-win-x64.zip`
8
9
+#Dependencies
10
+* curl
11
+* PowerShell
12
13
+Both present in Windows 10 build 17063 and later. However, one may install curl and\or PowerShell on earlier OSes and get the same result.
0 commit comments