Skip to content

ram-krishan/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

  • Install Ruby at the command prompt if you haven’t yet:

    $ rvm install 2.2.1
  • Install Ruby Gems

    $ bundle install
  • Create Database

    $ rake db:create
  • Run Migration

    $ rake db:migrate
  • Create Admin User

    $ rake db:seed
  • Build the Sample Data

    $ rake sample_data:build_all

About

This is test application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published