Skip to content

Installation

Syntactic Vexation edited this page May 25, 2018 · 3 revisions

Step 1: Configure your server stack

TODO Apache TODO nginx

Step 2: Configure PHP

  1. Install PHP
  2. Ensure php-mbstring package for the OS is installed (otherwise validation exceptions will be thrown)
  3. Ensure PHP composer is installed

Step 3: Configure Phagrancy

  1. Clone Phagrancy - git clone https://github.com/dlundgren/phagrancy.git
  2. Run composer install within the Phagrancy application directory
  3. Create a Phagrancy data directory for storage of Vagrant boxes
  4. Within the root of the Phagrancy directory, create a .env file. Requirements and format are here.

Clone this wiki locally