Skip to content

neradinistaoduser-a/tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Follow the link

Running

On Linux:

# go to tools directory
cd tools

# initially, install all the needed repositories
bash install.sh

# 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

# initially, install all the needed repositories
bash install.sh

# 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

# initially, install all the needed repositories
bash install.sh

# 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

 
 
 

Contributors

Languages

  • Shell 78.0%
  • CQL 18.6%
  • Dockerfile 3.4%