Development Environment
Orientation
Requirements
# see https://github.com/nodesource/distributions/blob/master/README.md
# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g npm@latestsudo apt-get install docker docker-composeClone Repository & Prepare for Development
Building the Databus Docker Image
Starting the Databus Locally
Starting the Databus Environment
Starting the Databus Server
Last updated