Releases: richdynamix/magestead
2.0 Beta 2
Added -
- Option to select PHP 7 for Magento 2 and NGINX
- Add preconfigured PHP 7 box
Fixed -
- Removed references to hostmanager plugin. Now only checks for hostsupdater plugin
- Fix check for existing composer auth.json before editing.
Magestead 2.0 Beta 1
Magestead has been rebuilt from the ground up
Now uses PuPHPet provisioning at the core for the Vagrant environment
Redis sessions and cache as standard
New CLI tool to reduce the need to alter configuration files
CLI will proxy common tools for both Magento and Magento 2 including -
- Cache Management
- Index Management
- VM Management
- PhpSpec
- Behat
Choice of Apache and NGINX is now available
All pre-configured boxes now come with the following
- CentOS 6.5
- PHP 5.6
- MariaDB 10.1
- Redis
- Mailhog
- NodeJS
- gulp
- grunt
- yo
- jslint
- csslint
- coffee-script
- grunt-cli
- eslint
- bower
- Ruby
- sass
- compass
Improved Magento 2 performance
Improves Magento 2 performance out the box. (after cache has been built)
- Add redis cache to
env
for Magento 2 - Reindex during Magento 2 install
- Flush cache on Magento 2 install
The initial request to Magento will still take time to build the cache however since moving the entire cache to REDIS we see an overall increased performance for subsequent requests during development.
Composer Updates
Magestead Provision
- Updated Firegento URL's to use HTTPS (thanks @TomFoyster)
- Update MySQL password for Magento installer (thanks @mrteecee)
- Add
magento-force
to composer extra node (thanks @mrteecee)
Magestead Vagrant Box (thanks @cannycookie)
- Fix NGINX & PHP session folder permissions.
- Add
client_max_body_size 64M
to nginx.conf HTTP block; - Add
upload_max_filesize="=64M"
to PHP.INI - Add
post_max_size="=64M"
to PHP.INI - Set server status language to en_GB
Fix issue with wrong box being referenced
1.4.1 Fix issue with wrong box being used
Multiple Folder Sync Types Available
This release brings the ability to set multiple folder sync options. NFS is still set by default in YAML but will now support SMB, RSYNC and default virtualbox synced folders
Update Magento Version
Magento bootstrap now uses Magento 1.9.2.0
Symfony 2 Bootstrap
Merge pull request #9 from richdynamix/develop Updated URL to match new domain.
Magento 2 Bootstraping
This release bring Magento2 ready bootstraping.
First Stable Release
Merge pull request #4 from richdynamix/develop Develop