An application for helping Mines students plan their course schedules. Schedule Miner allows Mines students to browse through courses, departments and teachers and add selected course sections to schedules. Schedules can be automatically generated to show all combinations of sections for a given set of courses, and automatically detects and warns users of prerequisite and time conflict errors in their schedules.
-
Go to railsinstaller.org/ and download and install Rails for Windows.
-
Open up Git Bash, and clone the {repository}[github.com/ColoradoSchoolOfMines/schedule_miner/}.
-
Open up Command Prompt wth Rails, and change to the directory where you cloned Schedule Miner.
-
Install Ruby and Ruby on Rails (this is specific to your distribution).
-
In a terminal, clone Schedule Miner and ‘cd` into the resulting directory.
$ bundle install $ rake setup