/apollo

Apollo Integrated Inventory and Work Order Management System

Primary LanguageRuby

README

Clone respected git repository

Install all dependencies

  • bundle install

Create db and migrate schema

  • rake db:create
  • rake db:migrate
  • rake db:seed

Now run your application

  • rails s