Skip to content

Releases: richdynamix/magestead

2.0 Beta 2

28 Apr 02:56
Compare
Choose a tag to compare
2.0 Beta 2 Pre-release
Pre-release

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

20 Apr 09:32
Compare
Choose a tag to compare
Magestead 2.0 Beta 1 Pre-release
Pre-release

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

28 Mar 12:20
Compare
Choose a tag to compare

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

28 Mar 08:15
Compare
Choose a tag to compare

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

20 Nov 12:53
Compare
Choose a tag to compare
1.4.1

Fix issue with wrong box being used

Multiple Folder Sync Types Available

04 Oct 09:09
Compare
Choose a tag to compare

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

22 Aug 14:25
Compare
Choose a tag to compare

Magento bootstrap now uses Magento 1.9.2.0

Symfony 2 Bootstrap

06 Aug 18:17
Compare
Choose a tag to compare
Merge pull request #9 from richdynamix/develop

Updated URL to match new domain.

Magento 2 Bootstraping

03 Aug 10:39
Compare
Choose a tag to compare

This release bring Magento2 ready bootstraping.

First Stable Release

29 Jul 07:37
Compare
Choose a tag to compare
Merge pull request #4 from richdynamix/develop

Develop