- 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
Last active
March 7, 2022 23:07
-
-
Save itsgreggreg/1a39143dfaf711d4404d1205e8078567 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
Found this video to be a more simpler explanation
https://youtu.be/rWHYTZEpa-M