|
@@ -114,8 +114,10 @@ echo "127.0.0.1 magento2.test" | sudo tee -a /etc/hosts
|
|
bin/setup magento2.test
|
|
bin/setup magento2.test
|
|
|
|
|
|
# For existing installations:
|
|
# For existing installations:
|
|
-# bin/start
|
|
+# docker-compose up -d
|
|
|
|
+# bin/copytocontainer --all
|
|
# bin/composer install
|
|
# bin/composer install
|
|
|
|
+# bin/restart
|
|
|
|
|
|
open https://magento2.test
|
|
open https://magento2.test
|
|
```
|
|
```
|