Install OpenFlow using NPM on Ubuntu 18
Quick video showing how to install OpenFlow and NodeRED on a blank ubuntu 18. As always we recommend using docker or kubernetes but for very light weight installs this can be a good alternative. sudo su sudo apt install curl # https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add - echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list sudo apt-get update sudo apt-get install -y mongodb-org systemctl enable mongod.service systemctl start mongod # https://www.rabbitmq.com/install-debian.html sudo apt-key adv --keyserver "hkps://keys.openpgp.org" --recv-keys "0x0A9AF2115F4687BD29803A206B73A36E6026DFCA" sudo apt-key adv --keyserver "keyserver.ubuntu.com" --recv-keys "F77F1EDA57EBB1CC" curl -1sLf 'https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey' | sudo apt-key add - nano rabbit.sh chmod +x rabbit.sh ./rabbit.sh curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt install nodejs -y npm i -g pm2 @openiap/openflow @openiap/nodered openflow-cli --init nano openflow.env openflow-cli --install openflow.env pm2 list pm2 monit openflow-nodered-cli --init nano noderedlocal.env openflow-nodered-cli --install noderedlocal.env Get started today, by downloading it here https://github.com/open-rpa/openrpa Want to run it entirely by yourself ? read how here https://openflow.openiap.io/ Please join our community forum at https://bb.openiap.io/ or chat with us at https://rocket.openiap.io/ For commercial support and training visit https://openiap.io/
Download
0 formatsNo download links available.