Skip to content

BelodedAleksey/plazaFork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plaza

Windows agent to provision and controle Nanocloud actions

Installation

Run the following command to build Plaza:

./install.sh
./build.sh

Installation via docker

You can also build and compile it with docker with

./build.sh docker

Configure your build

By default, build script will generate a plaza.exe file for windows platforms. If you wish to build plaza for linux, run the following command

export GOOS=linux
export GOARCH=amd64
./build.sh

You can also use docker to build linux version of plaza

export GOOS=linux
export GOARCH=amd64
./build.sh docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages