Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created November 8, 2017 17:58
Show Gist options
  • Select an option

  • Save Sstobo/259e3bc2be51c422526ffd19b593ab54 to your computer and use it in GitHub Desktop.

Select an option

Save Sstobo/259e3bc2be51c422526ffd19b593ab54 to your computer and use it in GitHub Desktop.
[wordpress install] #wp #setup
We can also install WP locally using MAMP:
Download WordPress
Unzip your download and move it to your htdocs folder (rename the unzipped folder if you like)
Go to phpMyAdmin (via MAMP) and create a new database
Rename wp-config-sample.php to wp-config.php and fill in your database name and MAMP credentials
Go to http://localhost:8888/YOUR-FOLDER/wp-admin/install.php and complete your install
name folder and name database same thing
$table_prefix = 'wplesson_'; <---end with _
localhost 8888 / dir name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment