Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 411 Bytes

README.rdoc

File metadata and controls

23 lines (11 loc) · 411 Bytes

README

This is a simple ZMS (Zombie Management System) written in Ruby on Rails.

Ruby Version: 2.0.0

Rails Version : 4.0.2

Steps to run application:

1) Go to root folder

2) Run ‘bundle install’

3) Run ‘sudo apt-get install nodejs’ if you’re running locally on any Linux distro.

4) Run ‘rake db:migrate’ to fix database migrations

4) Run ‘rails s’

5) Open localhost:3000 on your favorite browser.