-
Clone repository and run composer install
git clone -b develop <git-url> <project-name> cd <project-name> composer install
-
Execute mg2-builder task to setup a new project:
bin/mg2-builder install
-
Set the new host (skip if you have dnsmask configured for .lo):
sudo vim /etc/hosts
- add
127.0.0.1 <project-name>.lo
-
Restart Apache
bin/mg2-builder update
bin/mg2-builder sync