Skip to content

Instantly share code, notes, and snippets.

@woraperth
Created December 29, 2018 11:32
Show Gist options
  • Save woraperth/a80b9422a51341854ee2190982086f57 to your computer and use it in GitHub Desktop.
Save woraperth/a80b9422a51341854ee2190982086f57 to your computer and use it in GitHub Desktop.
How to install WordPress Project built in MAMP, on Local by Flywheel
  1. Create project in Local by Flywheel
  2. Pull git project to ~/Local Sites/(project name)/app/public
  3. Go to Local by Flywheel, right click the project > Open Site SSH
  4. cd ./app/public folder
  5. Import the database using: wp db import xxxxx (If it comes in .sql.gz form, we may need to run 'gunzip' on the file first)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment