Skip to content

cdk-comp/easyengine-parallels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Vagrant file to work with EasyEngine on your Mac OS system using Vagrant via Parallels. The box include Wordmove for easy deployment and small fixes for easy working by ssh. (wordmove, wp-cli, composer, git, gtop)

Note: If you are using other that Ubuntu/Debian system, then installation steps will differ, but setup steps are same.

Installation

  1. First we will install Parallels and Vagrant on our system - Parallels

  2. After that download the latest version of Vagrant from the Website

  3. Install vagrant

 sudo dpkg -i vagrant_*.deb
  1. You will also need to install vagrant-hostmanager and vagrant-disksize plugins for Vagrant
  sudo vagrant plugin install vagrant-hostmanager
  sudo vagrant plugin install vagrant-disksize
  sudo vagrant plugin install vagrant-parallels

Let's setup Vagrant

  1. You can use any distribution from VagrantCloud that supports EasyEngine. By default EasyEngine-Vagrant uses ubuntu/precise. To change the distribution open the Vagrantfile and replace ubuntu/xenial64 with box name
git clone [email protected]:cdk-comp/easyengine-parallels.git

cd easyengine-parallels
  1. Now start Vagrant
vagrant up --provider=parallels
  1. It will setup EasyEngine on Vagrant Box. To test, point your system browser to http://o.test - html project

  2. To check installation log, open another terminal and use

tail -f easyengine-parallels/logs/*

About

a simple Vagrant file to work with EasyEngine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages