- MAMP: https://www.mamp.info/en/downloads/
- Craft CMS: https://craftcms.com/pricing
- Open up MAMP
- Preferences -> Web Server
- Change Document Root to public folder in Craft CMS download
- Start Servers
- Preferences -> Web Server
- If it doesn't open automatically hit "open WebStart page"
- tools -> phpMyAdmin
- top left "new" button
- database name: project_name
- collation: utf8_unicode_ci
- In Craft code
- rename public/htaccess to public/.htaccess
- craft/config/db.php
- server: localhost
- user: root
- password: root
- database: project_name
- In web browser
Forked from itsgreggreg/Setting up Craft CMS with MAMP.md
Created
January 22, 2020 04:13
-
-
Save rdallaire/b6091191deff461dabf9faad9edc027f to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment