Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 889 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 889 Bytes

NEHSAA-MMS

Member Management System of NEHS Alumni Association

Documentation

Requirement

Quick Start

rvm install ruby-2.1.2
git clone https://github.com/NEHSAA/nehsaa-mms.git
cd nehsaa-mms
bin/bundle install                       # Synchronize Gems
bin/rake db:migrate                      # Initialize Database
bin/rails server                         # Run Server

Contribute to the project

  1. Fork the repository
  2. Switch to another branch. Ex: git checkout -b new-branch
  3. Push to your repo (in new-branch, not master)
  4. Post a pull request