Skip to content

Instantly share code, notes, and snippets.

@sujayvadlakonda
Last active March 15, 2023 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sujayvadlakonda/e4078ad0fc7e7cf9f4148d7adfc70f72 to your computer and use it in GitHub Desktop.
Save sujayvadlakonda/e4078ad0fc7e7cf9f4148d7adfc70f72 to your computer and use it in GitHub Desktop.
How to use XAMPP on OSX
  1. brew install --cask xampp
  2. run manager-osx in /Applications/XAMPP/
  3. Start Apache Server under "Manage Servers" tab
  4. mv foo /Applications/XAMPP/htdocs/dashboard/
  5. chmod +rwx /Applications/XAMPP/htdocs/dashboard/foo
  6. Go to http://localhost/dashboard/foo in browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment