Control your CI with buzz controllers
TODOS
- Configure CI for auto deploy
- Define commands
- Way to load remote configurations
- Update README with usage
Installation
First we need to install node, please run these two commands:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejsYou can check the instalation by running :
node -v & npm -vJust to make sure run we have everything run:
sudo apt-get install gcc g++ make