Installing on Mac using MAMP 2.1.2
-
Needing some help getting WordPress installed and would greatly appreciate any info.
I install MAMP in the applications folder. In the MAMP preferences, Ports tab, I set Apache port to 8888, MySQL port to 8889, in PHP tab set PHP version to 5.4.10 and Cache to XCache, in Apache tab set doc root to Applications/MAmP/htdocs/wordpress.
In the phpMyAdmin, I select the Databases tab and create a new database called WordPress.
Next, I download WordPress and put the folder in Applications/MAMP/htdocs.
Using Text Edit, I open the wp-config-sample.php file in the wordpress folder, and update the DB_NAME to ‘wordpress’, the DB_USER to ‘root’, the DB_PASSWORD to ‘root’ and the DB_HOST to ‘localhost:8889’. I save the file as wp-config.php in the wordpress folder.
Finally, I enter attempt to open https://localhost:8888/wordpress/wp-admin/install.php, but the browser displays a Not Found message.
Any ideas what I might be doing wrong?
- The topic ‘Installing on Mac using MAMP 2.1.2’ is closed to new replies.