8000 GitHub - BDMADE/college: An open source college management system making by ruby on rails.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ college Public

An open source college management system making by ruby on rails.

License

Notifications You must be signed in to change notification settings

BDMADE/college

Repository files navigation

College Build Status

A college management system is built with ruby on rails technology.

Installation Process

Clone from github : $ git clone git@github.com:BDMADE/college.git

Move in college local repository : $ cd college

Install bundler : $ gem install bundler

Install college : $ bundle install

Database creation : $ rake db:create

Database migrate : $ rake db:migrate

Database seed : $ rake db:seed

Run server : $ rails server or $ rails s

0