Home

Awesome

Fast Hypernode Vagrant Box

The fastest Magento Vagrant VM Fast Byte Hypernode Box (Uses nfs_guest plugin for file shares)

Based on images from https://github.com/byteinternet/hypernode-vagrant

Installation

Installation is possible via composer:

composer create-project --keep-vcs ecomdev/fast-hypernode

Required Vagrant plugins

Usage

  1. Copy config.rb.dst to config.rb
  2. Edit it to reflect your project settings
name 'your-project-name'
hostname name + '.box' # will be your main url http://your-project-name.box/
domains %w(www.your-project-name-additional.box) # additional domain names separated by space
profiler true # Add tideways-profiler ?
developer true # Enable development mode?
directory 'server' # Directory into which NFS share will be mounted on your host

Configuration Options

Adding custom shell provisioners

You can easily add more provision shell scripts from configuration file (config.rb):

shell_add 'some-custom-shell-script.sh'

# Will provision only if PHP7 flag is turned on
shell_add 'some-custom-script-for-php7.sh', :php7