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

Commit d8af240

Browse files
committed
Added changelog, contribution requirements and readme badges
1 parent 10efb45 commit d8af240

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
* [\[Unreleased\]](#unreleased)
7+
* [\[v1.0.0\] - 2016-01-11](#v100---2016-01-11)
8+
9+
## [Unreleased]
10+
11+
### Changed
12+
13+
- Moved provisioning scripts
14+
- Magento project directory moved to vagrant project root. Current structure is as follows: `vagrant-magento/magento2ce/magento2ee`
15+
- PHP 7.0 is installed by default instead of PHP 5.5.9 (can be configured in [local.config/config.yaml.dist](local.config/config.yaml.dist))
16+
17+
### Added
18+
19+
- Implemented static value of forwarded SSH port to prevent necessity to reconfigure software accessing guest via SSH
20+
- Implemented collision prevention for IP address and host name (in case when several machines are created at once)
21+
- Added configuration file [local.config/config.yaml.dist](local.config/config.yaml.dist)
22+
- Added PHP 7.0 support
23+
- Added PHP Storm configuration during project initialization
24+
- Added [project initialization script](init_project.sh) for *nix and OSX hosts
25+
- Added ability to customize repository URLs and Apache config
26+
27+
## [v1.0.0] - 2016-01-11
28+
29+
### Added
30+
31+
- Integrated vagrant host manager plugin to allow automatic /etc/hosts update
32+
- Added support of EE linked to CE using symlinks on *nix hosts
33+
- Added ${MAGENTO_ROOT} environment variable, which stores installation path on the guest
34+
- Added support of Rabbit MQ
35+
- Added possibility to specify tokens for repo.magento.com composer repository
36+
- git is now installed on guest machine
37+
- Removed 'magento' MySQL user, password of 'root' user removed
38+
- Database for integration tests are created by default
39+
- Added script for clearing Magento cache from host command line
40+
- Configured XDebug to allow remote debugging
41+
- Fixed max_nesting_level issue with XDebug enabled
42+
- Apache is run by 'vagrant' user
43+
- Enabled Magento cron jobs
44+
- Enabled XDebug by default
45+
- Created vagrant configuration for Magneto 2 CE developer's environment installation

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Everyone is welcome to contribute improvements and fixes to this project. There are no specific requirements, just create a pull request with proposed modifications.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Vagrant project for Magento 2 developers (optimized for Mac, Windows and \*nix hosts)
22

3+
[![GitHub release](https://img.shields.io/github/release/paliarush/magento2-vagrant-for-developers.svg)](https://github.com/paliarush/magento2-vagrant-for-developers/releases)
4+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
5+
[![Semver](http://img.shields.io/SemVer/2.0.0.png)](http://semver.org/spec/v2.0.0.html)
6+
37
* [What You get](#what-you-get)
48
* [How to install](#how-to-install)
59
* [Requirements](#requirements)

0 commit comments

Comments
 (0)