Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.42 KB

New MAMP Perfect Setup Install via Shell

Roll a new Perfect Setup installation for MAMP PRO with this quick shell script.

Prerequisites

  1. You must have MAMP installed in /Applications/MAMP/.
  2. You must have your Apache port set to 7888.
  3. You must put all of your sites in ~/Sites/. If this directory does not exist, create it now.
  4. You must be a member of the tribeswell-llc team on BitBucket.
  5. You must be using MAMP PRO.

Instructions

  1. Download the latest version of the shell script (there's a version number at the top). Copy it to your home directory. Make it executable, i.e. chmod +x ./perfect_setup.sh.
  2. Make sure Apache and MySQL are both turned on in MAMP PRO.
  3. Run ./perfect_setup.sh from your home directory in Terminal.
  4. Answer the prompts until the project starts cloning.
    1. If you created a brand new repo, answer perfect-setup to the first question and the name of your repo to the second.
    2. If someone else created the repo, answer the name of the repo to the first and accept the default for the second.
  5. Add your host in MAMP PRO while npm install is running and map it to the newly created directory in ~/Sites/.
  6. Wait until the script finishes and opens tabs in your browser.
  7. Done!