- Ruby 2.4.2
- Node 10
Check https://docs.mongodb.com/manual/installation/ for OS-specific installation instructions
Do this on ubuntu
brew update
brew install mongodbrew install mongodb
sudo mkdir -p /data/db
sudo apt install mongodb-server
sudo gem install smashing
smashing new team_dashboard
cd team_dashboard
bundle install
...then copy in all the code from the repo. It should then run with:
Note: If no data is sent to the dashboard, use this instead of smashing start
...accessible on: