You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
- Fixed host scripts for EE linking/unlinking
- Updated URL of PHP downloadable for Windows
- Default branch changed to 2.0, added respective section to documentation
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
*[Requirements](#requirements)
10
10
*[Installation steps](#installation-steps)
11
11
*[Default credentials and settings](#default-credentials-and-settings)
12
+
*[Getting updates and fixes](#getting-updates-and-fixes)
12
13
*[GitHub limitations](#github-limitations)
13
14
*[Day-to-day development scenarios](#day-to-day-development-scenarios)
14
15
*[Reinstall Magento](#reinstall-magento)
@@ -85,6 +86,7 @@ Software listed below should be available in [PATH](https://en.wikipedia.org/wik
85
86
1. Use `vagrant-magento` directory as project root in PHP Storm (not `vagrant-magento/magento2ce`). This is important, because in this case PHP Storm will be configured automatically by [init_project.sh](init_project.sh). If NFS files sync is disabled in [config](etc/config.yaml.dist) and  on Windows hosts [verify deployment configuration in PHP Storm](docs/phpstorm-configuration-windows-hosts.md)
86
87
87
88
### Default credentials and settings
89
+
88
90
Some of default settings are available for override. These settings can be found in the file [etc/config.yaml.dist](etc/config.yaml.dist).
89
91
To override settings just create a copy of the file under the name 'config.yaml' and put there your custom settings.
90
92
When using [init_project.sh](init_project.sh), if not specified manually, random IP address is generated and is used as suffix for host name to prevent collisions, in case when 2 or more instances are running at the same time.
@@ -109,6 +111,12 @@ Upon a successful installation, you'll see the location and URL of the newly-ins
109
111
- CE codebase: `vagrant_project_root/magento2ce`
110
112
- EE codebase will be available if path to EE repository is specified in `etc/config.yaml`: `vagrant_project_root/magento2ce/magento2ee`
111
113
114
+
### Getting updates and fixes
115
+
116
+
Current vagrant project follows [semantic versioning](http://semver.org/spec/v2.0.0.html) so feel free to pull the latest features and fixes, they will not break your project.
117
+
For example your current branch is `2.0`, then it will be safe to pull any changes from `origin/2.0`. However branch `3.0` will contain changes backward incompatible with `2.0`.
118
+
Note, that semantic versioning is only used for `x.0` branches (not for `develop`).
119
+
112
120
### GitHub limitations
113
121
114
122
Be aware that you may encounter GitHub limits on the number of downloads (used by Composer to download Magento dependencies).
0 commit comments