From d41d45ddb07f46e71d801814bc92a431d8f4f4a0 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 27 Mar 2020 11:37:03 -0400 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ae4c82..2f9276d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: `andrew@nystudio107.com` +Login: `andrew@nystudio107.com` \ Password: `letmein` Obviously change these to whatever you like as needed