Download the PHP package ecomdev/fast-hypernode without Composer
On this page you can find all versions of the php package ecomdev/fast-hypernode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fast-hypernode
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:
Required Vagrant plugins
- vagrant-hostmanager
- vagrant-auto_network
- vagrant-nfs_guest
Usage
- Copy config.rb.dst to config.rb
- Edit it to reflect your project settings
Configuration Options
name
- name of your nodehostname
- default project hostnamedomains
- list of additional domain names for your projectvarnish
- enable or disable varnish for your project (default:false
)profiler
- enable or disable tideways-profiler (default:false
)developer
- enable or disable developer mode in Magento (default:false
)magento2
- Magento 2.0 installment? (default:false
)install
- Shall Magento be installed? (default:false
, only Magento 2.0 installation supported)shell
- Install FishShell? (default:false
)php7
- PHP7 instead of PHP5? (default:false
)cpu
- number of CPUs to dedicate to your VM (default:1
)memory
- memory in MB to dedicate to your VM (default:1024
)user
- User name for nfs share permissions (default:app
)group
- Group name for nfs share permissions (default:app
)uid
- User ID of your host to be mapped to linux VM (default:Process.euid
)gid
- Group ID of your host to be mapped to linux VM (default:Process.egid
)directory
- Directory to be used as mount on host machine (default:server
)network
- Network mast for automatical network assignment to VM (default:33.33.33.0/24
)
Adding custom shell provisioners
You can easily add more provision shell scripts from configuration file (config.rb):
All versions of fast-hypernode with dependencies
PHP Build Version
Package Version
No informations.
The package ecomdev/fast-hypernode contains the following files
Loading the files please wait ....