Skip to content

Commit

Permalink
Scaria-edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Scaria committed Oct 1, 2014
1 parent 2bbb6d0 commit 552770a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 28 deletions.
39 changes: 39 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
### README
This is the skeleton for image hosting and editing app called ImageSpace. You can name your project anything you want.

To continue your project on top of this, clone this code and do following.

## To setup project

* Install RVM (http://rvm.io/)

* Install ruby by `rvm install ruby 2.0`

* do `rvm use 2.0`

* Install dependencies by `bundle install`

* Run server with `rails server`

* Go to your web browser and open "http://localhost:3000"

* You are ready to roll :)


*The UI is built with twitter bootstrap, less and jquery*


The home page does nothing other than taking email and password. If you click on the 'sign in' you will be taken to the same home page.


## To run sample unit test

* run `bundle exec rake test`

The source file for test is at test folder.

## To run sample functional test

*run `bundle exe rake cucumber`

*The functional test is written on Cucumber steps with Selenium driver and Capybara. You can see the tests at features folder*
28 changes: 0 additions & 28 deletions README.rdoc

This file was deleted.

0 comments on commit 552770a

Please sign in to comment.