-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scaria
committed
Oct 1, 2014
1 parent
2bbb6d0
commit 552770a
Showing
2 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file was deleted.
Oops, something went wrong.