Skip to content

BillTheBest/HCCDashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • CSS 10.0%
  • Ruby 9.1%
  • CoffeeScript 8.8%