@@ -169,25 +169,19 @@ utility.
169
169
brew tap eugenmayer/dockersync
170
170
brew install eugenmayer/dockersync/unox
171
171
172
- For Mac, create a "profile" file in ` ~/.unison/m2devbox-{myproj}.prf ` ({myproj}
173
- is the current directory name) by running the following command.
172
+ Use the provided shell script to start up Unison. This shell script creates
173
+ a Unison "profile" file in ` ~/.unison/m2devbox-{myproj}.prf ` ({myproj}
174
+ is the current directory name) then starts up Unison in file watching mode.
174
175
175
- ./m2unison-profile
176
-
177
- To continuously synchronize files, run
178
-
179
- unison -repeat watch m2devbox-{myproj}
176
+ ./m2unison.sh
180
177
181
178
It is recommended to run Unison in a separate Terminal window so you can refer
182
179
to its output if you ever need to do troubleshooting. This is also useful when
183
180
synchronizing a large number of files for the first time to know when the copy
184
181
has completed.
185
182
186
- If you ever restart the Docker containers, you may need to rerun
187
- ` m2unison-profile ` as the profile file containers the SSH port number used
188
- by the Unison container from the ` docker-compose.yml ` file. (Alternatively,
189
- use the ` 2223:22 ` syntax to lock down the SSH port number in
190
- ` docker-composer.yml ` so the port number does not change.)
183
+ If you ever restart the Docker containers, you may need to rerun ` m2unison.sh `
184
+ to pick up any port number changes.
191
185
192
186
** Windows**
193
187
@@ -199,6 +193,8 @@ line arguments. Close the window to kill Unison.
199
193
200
194
START m2unison.bat
201
195
196
+ Note: The shell script (` m2unison.sh ` ) is not intended for use on Windows.
197
+
202
198
## 5. Install Magento
203
199
204
200
Next you need to install your Magento project inside the web container under
0 commit comments