Created
November 8, 2017 17:58
-
-
Save Sstobo/259e3bc2be51c422526ffd19b593ab54 to your computer and use it in GitHub Desktop.
[wordpress install] #wp #setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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