Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Update set-up instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPickup committed May 3, 2019
1 parent 4ae09a5 commit 746eae1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -20,8 +20,14 @@ After installing rails, you need to install the dependencies (gems). Navigate to

`$ bundle install`

Bundler will install all of the project dependencies (located in `Gemfile`) of the project. After that you're ready to launch the site using:
Bundler will install all of the project dependencies (located in `Gemfile`) of the project.

`$ rails s`
Next you'll need to create the local database using

`$ rails db:setup`

After that you're ready to launch the site using:

`$ rails server`

By default, rails will launch the server at [http://localhost:3000](http://localhost:3000).

0 comments on commit 746eae1

Please sign in to comment.