Firstly, create a folder for your Magento 2 project and navigate to it. E.g. mkdir ~/Projects/magento2.lan
Make sure you have Virtual Box installed (check which version is compatible here) and Vagrant.
Firstly, create a folder for your Magento 2 project and navigate to it. E.g. mkdir ~/Projects/magento2.lan
Make sure you have Virtual Box installed (check which version is compatible here) and Vagrant.
#!/bin/sh | |
cd /tmp | |
wget http://download.redis.io/redis-stable.tar.gz | |
tar xvzf redis-stable.tar.gz | |
cd redis-stable | |
make distclean | |
cd deps | |
make hiredis jemalloc linenoise lua geohash-int |