Skip to content

Commit fbe57ad

Browse files
committed
Update README.md
1 parent e785d4a commit fbe57ad

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Build Status](https://api.travis-ci.org/hugodias/railStrap.png)](https://travis-ci.org/hugodias/railStrap)
21
# RailStrap v4
32

43
[Demo](http://railstrap03.herokuapp.com/)
@@ -7,12 +6,11 @@ RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bo
76

87
## Quick start
98

10-
Clone the git repo - `git clone https://github.com/hugodias/railStrap.git` - or [download it](https://github.com/hugodias/railStrap/zipball/master)
9+
* Clone the git repo - `git clone https://github.com/hugodias/railStrap.git` - or [download it](https://github.com/hugodias/railStrap/zipball/master)
10+
11+
* Run `bundle install`
12+
* Run `rake db:migrate`
1113

12-
Go to your railStrap folder and run install
13-
<pre>
14-
sh install.sh
15-
</pre>
1614

1715
Then run your server
1816
<pre>
@@ -21,10 +19,6 @@ rails s
2119

2220
Check at [http://localhost:3000](http://localhost:3000)
2321

24-
You can try loggin in with `administrator@railstrap.com / 123123`
25-
26-
27-
2822
## Requirements
2923

3024
* Rails 4
@@ -42,9 +36,8 @@ You can try loggin in with `administrator@railstrap.com / 123123`
4236
##### [HAML Template Engine](http://haml.info/)
4337

4438
##### [Ruby on Rails 4.0.0](http://rubyonrails.org/)
45-
* Security Authentication system
46-
* Remember me
47-
* Users CRUD
39+
* Devise
40+
* Paperclip ( User profile picture )
4841

4942

5043
### Databases support

0 commit comments

Comments
 (0)