Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 947 Bytes

machine-setup.md

File metadata and controls

11 lines (9 loc) · 947 Bytes

Setting up your environment

In order to run Mayflower locally, you need to have some things installed and set up on your machine:

  1. Install PHP (v5.6.4)
  2. Install NodeJS (v6.9.4+)
    • Switch Node Package Manager (NPM) to the correct directory npm config set prefix /usr/local
    • If you need a different version of NodeJS for another project, you can use a tool like N or NVM to manage multiple versions.
  3. Install GulpJS globally
    • Run npm install -g gulp-cli from your command line