|
@@ -154,7 +154,7 @@ This configuration has been tested on Mac & Linux. Windows is supported through
|
|
|
|
|
|
```bash
|
|
```bash
|
|
# Create your project directory then go into it:
|
|
# Create your project directory then go into it:
|
|
-mkdir ~/Sites/mysite
|
|
|
|
|
|
+mkdir ~/Sites/magento
|
|
cd $_
|
|
cd $_
|
|
|
|
|
|
# Run this automated one-liner from the directory you want to install your project.
|
|
# Run this automated one-liner from the directory you want to install your project.
|
|
@@ -182,7 +182,7 @@ Same result as the one-liner above. Just replace `magento.test` references with
|
|
|
|
|
|
```bash
|
|
```bash
|
|
# Create your project directory then go into it:
|
|
# Create your project directory then go into it:
|
|
-mkdir ~/Sites/mysite
|
|
|
|
|
|
+mkdir ~/Sites/magento
|
|
cd $_
|
|
cd $_
|
|
|
|
|
|
# Download the Docker Compose template:
|
|
# Download the Docker Compose template:
|
|
@@ -211,7 +211,7 @@ open https://magento.test
|
|
bin/mysqldump > ~/Sites/existing/magento.sql
|
|
bin/mysqldump > ~/Sites/existing/magento.sql
|
|
|
|
|
|
# Create your project directory then go into it:
|
|
# Create your project directory then go into it:
|
|
-mkdir ~/Sites/mysite
|
|
|
|
|
|
+mkdir ~/Sites/magento
|
|
cd $_
|
|
cd $_
|
|
|
|
|
|
# Download the Docker Compose template:
|
|
# Download the Docker Compose template:
|