Skip to content
/ tools Public
forked from c12s/tools

Various tools for the platform

License

Notifications You must be signed in to change notification settings

Janko3/tools

 
 

Repository files navigation

Documentation

Follow the link

Running

On Linux:

# go to tools directory
cd tools

# to start both the control plane and node agents
bash start.sh

# to stop both the control plane and node agents
bash stop.sh

On MacOS:

# go to tools directory
cd tools

brew install findutils

# to start both the control plane and node agents
bash start.sh

# to stop both the control plane and node agents
bash stop.sh

On Windows, using git bash:

# go to tools directory
cd tools

# to start both the control plane and node agents
bash start-windows.sh

# to stop both the control plane and node agents
bash stop.sh

About

Various tools for the platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.1%
  • Dockerfile 0.9%