зеркало из https://github.com/Azure/aks-engine.git
fix CR comments
This commit is contained in:
Родитель
f59ca3f7c8
Коммит
fd6b1aa0e9
|
@ -3,6 +3,7 @@ deployVM0.ps1
|
|||
noparams.json
|
||||
output*
|
||||
acs-engine.exe
|
||||
acs-engine
|
||||
_output/
|
||||
.vscode
|
||||
templates.go
|
||||
|
|
15
README.md
15
README.md
|
@ -5,17 +5,12 @@ Template generator builds a custom template based on user requirements. Example
|
|||
# Building the Application
|
||||
|
||||
To build the application:
|
||||
|
||||
1. set $GOPATH (example c:\gopath)
|
||||
(under Windows SET GOPATH=c:\gopath)
|
||||
2. Add $GOPATH\bin to your path
|
||||
(unde Windows SET PATH=%PATH%;%GOPATH%\bin)
|
||||
3. go get github.com/Azure/acs-engine
|
||||
4. go get -u github.com/jteeuwen/go-bindata
|
||||
5. cd $GOPATH/github.com/Azure/acs-engine/pkg/acsengine
|
||||
6. go generate to generate source files needed
|
||||
7. cd $GOPATH/github.com/Azure/acs-engine
|
||||
8. go build to produce the acsengine binary
|
||||
2. go get github.com/Azure/acs-engine
|
||||
3. cd $GOPATH/github.com/Azure/acs-engine/src
|
||||
4. do "go get -u github.com/jteeuwen/go-bindata/..." if you don't have it yet
|
||||
5. go generate to generate source files needed
|
||||
6. go build to produce the acsengine binary
|
||||
|
||||
# Generating a Template
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче