Skip to content

Commit

Permalink
Update getting started guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed May 31, 2013
1 parent 125daca commit 356e4dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/guides/1 - Getting Started/2 - Getting Started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You actually have a functional Refinery application already installed. To see it
$ rails server
</shell>

This will fire up an instance of the built-in Rails web server by default (called WEBrick). To see your application in action, open a browser window and navigate to "http://localhost:3000":http://localhost:3000. You should be greeted with a screen prompting you to create your first Refinery user.
This will fire up an instance of the built-in Rails web server by default (called WEBrick). To see your application in action, open a browser window and navigate to "http://localhost:3000/refinery":http://localhost:3000/refinery. You should be greeted with a screen prompting you to create your first Refinery user.

!/system/images/W1siZiIsIjIwMTIvMDMvMDQvMTRfMTFfMjRfOTkzX3NldF91cF95b3VyX2ZpcnN0X3VzZXIucG5nIl0sWyJwIiwidGh1bWIiLCI2MTB4Il1d/set-up-your-first-user.png!

Expand Down Expand Up @@ -257,7 +257,7 @@ body {
line-height: 18px;
}

#body_content, #side_body_content {
#body, #side_body {
float: left;
width: 45%;
background: white;
Expand Down Expand Up @@ -371,6 +371,7 @@ bundle install
rails generate refinery:events
rake db:migrate
rake db:seed
Please restart your rails server.
------------------------
</shell>

Expand Down

0 comments on commit 356e4dc

Please sign in to comment.