This commit is contained in:
Anthony Howe 2016-10-21 11:54:25 -07:00
Родитель f59ca3f7c8
Коммит fd6b1aa0e9
2 изменённых файлов: 6 добавлений и 10 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -3,6 +3,7 @@ deployVM0.ps1
noparams.json
output*
acs-engine.exe
acs-engine
_output/
.vscode
templates.go

Просмотреть файл

@ -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