Skip to content

pawanghising67/Xplor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

To Set Up in Cloud9, run:

# Run all development in Cloud9 so we all have the same Dev environment # Do NOT push into master. Submit pull request. # We’re using ruby version 2.4.0 and rails 4.2.11.

Make sure rails is installed in your machine

  1. gem install rails -v 4.2.11

To clone in local base follow below

1.git init ( Use http:// before link git clone github.com/housing484/Xplor)

  1. rails new Xplor -T

  2. cd Xplor

  3. bundle install --without production

# to run server

rails s -p $PORT -b $IP

#to run the cucumber test for home page cucumber features/homepage.features

#to run the cucumber test for login page cucumber features/login.feature

About

IT484 Semester Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.4%
  • HTML 31.4%
  • CoffeeScript 1.1%
  • SCSS 0.9%
  • CSS 0.9%
  • JavaScript 0.9%
  • Gherkin 0.4%