Scoreboard
From CSLabsWiki
Scoreboard | |
IP Address(es): | 128.153.145.204 |
Contact Person: | Anthony Rinaldo rinaldaj@clarkson.edu |
Last Update: | fill me in |
VM Host (Physical): | hydra |
Host VM: | September 2017 |
Scoreboard is a simple application for keeping track of several metrics in COSI. It stores the metrics in a database.
Install
Install Arch Linux server
Install Packages
sudo pacman -S ruby sudo pacman -S nodejs sudo pacman -S nginx
Install Gems
sudo gem install --no-user-install rails
Set Up Database
In the folder with the app as the user who will run the app.
bin/rails db:migrate