Skip to content

Commit

Permalink
Update Readme.md (#159)
Browse files Browse the repository at this point in the history
- Separate a section for prerequisites.
- Add web server host prerequisite as well as Redis Server installation since the defaults asume the redis cache driver.
  • Loading branch information
lgalaz authored and JeffreyWay committed Feb 5, 2018
1 parent 1494969 commit 8338b0d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Expand Up @@ -4,9 +4,13 @@ This is an open source forum that was built and maintained at Laracasts.com.

## Installation

### Step 1
### Prerequisites

* To run this project, you must have PHP 7 installed.
* You should setup a host on your web server for your local domain. For this you could also configure Laravel Homestead or Valet.
* If you want use Redis as your cache driver you need to install the Redis Server. You can either use homebrew on a Mac or compile from source (https://redis.io/topics/quickstart).

> To run this project, you must have PHP 7 installed as a prerequisite.
### Step 1

Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.

Expand Down

0 comments on commit 8338b0d

Please sign in to comment.