Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 630 Bytes

debian-ubuntu.md

File metadata and controls

24 lines (15 loc) · 630 Bytes

Debian-based OSes (complete guide)

Although this guide was initially created for Ubuntu 20.04, Also works with Debian.

sudo apt-get install curl python2 git build-essential mongodb nodejs

curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -

sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install curl python2 git build-essential mongodb nodejs

git clone https://github.com/deviavir/zenbot.git
cd zenbot

npm install

./zenbot.sh --help

Blog Post (Ubuntu 16.04)
Video (Ubuntu 16.04)