Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 27, 2020
1 parent 868731e commit d41d45d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Make sure that `PATH` is the path to your project, including the name you want f

composer create-project nystudio107/craft craft3

## Setting Local Dev
## Setting Up Local Dev

You'll need Docker desktop for your platform installed to run the project in local development

Expand All @@ -56,12 +56,12 @@ You'll need Docker desktop for your platform installed to run the project in loc
* Start up the site with `docker-compose up` (the first build will be somewhat lengthy)
* On the first time setting it up, the `craft_php_1` container will fail; this is normal
* Import the `seed_db.sql` database dump the first time from the `scripts/` dir with `./docker_restore_db.sh seed_db.sql`
* Then hit ^C (Control-C) to stop the Docker containers, and restart them with `docker-compose up` and `craft_php_1` should then work properly, since the db has been seeded
* Then hit `^C` (Control-C) to stop the Docker containers, and restart them with `docker-compose up` and `craft_php_1` should then work properly, since the db has been seeded
* Navigate to `http://localhost:8000` to use the site; the `webpack-dev-server` runs off of `http://localhost:8080`

The CP login credentials are initially set as follows:

Login: `[email protected]`
Login: `[email protected]` \
Password: `letmein`

Obviously change these to whatever you like as needed
Expand Down

0 comments on commit d41d45d

Please sign in to comment.