Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frankdarnese/37516e8624bf40b61f91a2b448bc20b3 to your computer and use it in GitHub Desktop.
Save frankdarnese/37516e8624bf40b61f91a2b448bc20b3 to your computer and use it in GitHub Desktop.

START A PHP SERVER

Using the WP_CLI
wp server --host=0.0.0.0 --docroot=../../../
Using built in php server
php -S localhost:8888

START MYSQL

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