Преглед на файлове

Additional info of installing composer deps for existing installs

Mark Shust преди 6 години
родител
ревизия
96b7a4a42e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -137,7 +137,10 @@ echo "127.0.0.1 magento2.test" | sudo tee -a /etc/hosts
 # Copy some files to the containers and install dependencies, then restart the containers:
 docker-compose up -d
 bin/copytocontainer --all
+
+# Install composer dependencies, then copy artifacts back to the host:
 bin/composer install
+bin/copyfromcontainer vendor
 
 # Import existing database:
 bin/clinotty mysql -hdb -umagento -pmagento magento < existing/magento.sql