Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit cf8f947

Browse files
committedFeb 17, 2016
Updated doc and messages. Added known-issues doc
1 parent 421ecd6 commit cf8f947

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ OR
160160
bash m-switch-to-ee
161161
```
162162
:information_source: ![](docs/images/linux-icon.png)![](docs/images/osx-icon.png) On OSX and \*nix hosts without NFS
163-
you will be asked to wait until uploading process is finished. To continue the process you need to press any key.
163+
you will be asked to wait until uploading process in PhpStorm is finished(PhpStorm should be lunched). To continue the process you need to press any key.
164164
process is finished. To continue the process you need to press any key.
165165
:information_source: ![](docs/images/windows-icon.png) On Windows hosts you will be asked to wait until uploading
166-
process is finished. To continue the process you need to press any key.
166+
process in PhpStorm is finished(PhpStorm should be lunched). To continue the process you need to press any key.
167167

168168
### Update composer dependencies
169169

‎docs/known-issues.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Known issues
2+
----------------------------
3+
4+
1. PHP Warning: require(/var/www/magento2ce/app/etc/NonComposerComponentRegistration.php): failed to open stream: No such file or directory
5+
Check modified files from /var/www/magento2ce/app/etc/ in git and revert them.
6+
7+
2. Guest system behaves wierd, e.g. install process can be suddenly killed.
8+
Try to increase memory for guest machine.
9+
10+

‎m-switch-to-ce

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bash -c "${vagrant_dir}/m-composer install"
4040

4141
echo "Magento installation..."
4242
if [[ ${host_os} == "Windows" || $(bash "${vagrant_dir}/scripts/get_config_value.sh" "guest_use_nfs") == 0 ]]; then
43-
read -p "Wait while Magento2 code is uploaded and press any key to continue..." -n1 -s
43+
read -p "Wait while Magento2 code is uploaded in PhpStorm and press any key to continue..." -n1 -s
4444
fi
4545

4646
bash "${vagrant_dir}/m-reinstall"

‎m-switch-to-ee

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bash -c "${vagrant_dir}/m-composer install"
4141

4242
echo "Magento installation..."
4343
if [[ ${host_os} == "Windows" || $(bash "${vagrant_dir}/scripts/get_config_value.sh" "guest_use_nfs") == 0 ]]; then
44-
read -p "Wait while Magento2 code is uploaded and press any key to continue..." -n1 -s
44+
read -p "Wait while Magento2 code is uploaded in PhpStorm and press any key to continue..." -n1 -s
4545
fi
4646

4747
bash "${vagrant_dir}/m-reinstall"

0 commit comments

Comments
 (0)