Skip to content

djw8605/HCCDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCC Dashboard

Installation

Install the prereq mysql library:

yum install mysql-devel

Install dashing with gems (requires 1.9+ ruby):

gem install dashing
gem install mysql

You will also need to install node.js. I installed it from the Linux binaries tarball using the command:

tar xzvf <nodejs.tar.gz> --strip-components=1 -C /usr/local

Configuration

The HCC dashboard requires access to the HCC database to retrive college and department information for users. A file named db.yml is required to be in the root dashboard directory with information to connect to the DB:

rcfmysql_username: user
rcfmysql_pass: password
rcfmysql_host: host
rcfmysql_db: database

Check out http://shopify.github.com/dashing for more information.

About

Dashboard used for UNL's HCC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published