Skip to content

zipou/bazimotic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazimotic

WORK IN PROGRESS

Installation of npm

sudo apt-get update
sudo apt-get install npm
sudo npm install -g [email protected]

Installation of Node-red

sudo apt-get install nodered

sudo systemctl enable nodered.service
sudo systemctl start nodered.service

Adding a node-red module

cd .node-red/
npm i node-red-contrib-<MODULE>

Installation of wiringPi

sudo apt-get install git-core
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build

Installation of Mosquitto

sudo apt-get install mosquitto
sudo systemctl enable mosquitto.service
sudo systemctl start mosquitto.service

Installation of bazimotic

git clone
npm install
sudo npm install -g pm2
sudo pm2 startup ubuntu

todo:

  • pm2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%