Member Management System of NEHS Alumni Association
- Developer Tools (i.e. gcc/clang)
- git
- RVM (Ruby Version Manager)
- PostgreSQL
- Ruby on Rails
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
- Fork the repository
- Switch to another branch. Ex:
git checkout -b new-branch
- Push to your repo (in new-branch, not master)
- Post a pull request