Skip to content

Instantly share code, notes, and snippets.

@itsgreggreg
Last active March 7, 2022 23:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save itsgreggreg/1a39143dfaf711d4404d1205e8078567 to your computer and use it in GitHub Desktop.
Save itsgreggreg/1a39143dfaf711d4404d1205e8078567 to your computer and use it in GitHub Desktop.
  • 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
  • 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
@prashanthkp4
Copy link

Found this video to be a more simpler explanation

https://youtu.be/rWHYTZEpa-M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment