• It has been brought to my attention that MAMP is a pretty popular app to use for installing WP on your local machine. So this post is going to help you install WordPress 3.3.1 on your MAC (apple) computer using MAMP. I am assuming you have already installed MAMP and set the ports to the default.

    First things first. BREATHE. This will be easier than paying the 1000’s of dollars for a apple computer. I have 3 in case you were wondering.

    1. First Download WORDPRESS 3.3.1 to your desktop. if your browser downloads it somewhere else, drag it to your desktop. Unzip the file to your desktop. You should see a folder called wordpress in all lowercase letters. I want you to rename the folder. Name it – newsite – . (of course with out the spacing or the -‘s)
    2. now, using finder, go to applications/mamp/htdocs
    3. inside of htdocs there will be a few things already there. do not erase them. Drag the folder into htdocs. Now you have placed your local copy of wordpress into the correct place.
    4. now, start MAMP and start all servers. When all lights go to green, open up the local page called phpMyadmin. Or type in localhost/phpMyadmin into your address bar of any browser. Find the DATABASE tab and then create a new database name. Again, using best practicing methods, name the database the same thing as the folder. make sure you copy the name of the database. to install wordpress, you must enter in a database name and it is case sensitive.
    5. once you created the database, open a new window in your browser and type in localhost/newsite , again whate ever you named your folder you type that after the /
    6. From here, you will see the configuration set up page. it says something like, we need to create the config file. There is only one button you can click on to take you to the next page. click it. it should be called configure or something along those lines.
    7. you will be taken to a page that explains to you, you need a database, username, password and host information to set up wordpress. again, there should only be one button to click that takes you to the set up page.
    8. On this page, it will ask you to type in the database name , username and etc. In the dtatbase text field, paste in the name of the database we copied earlier. if you are following along with the tutorial, type in ‘ newiste ‘ with out the (‘)’s or the spacing.
    9. The user name and password are both going to be “root”
    10. do not change anything else. meaning: leave the local host and prefix alone because these fields are pre populated.
    11. below the prefix text field, there is only one button that should say set up, configure, start or something along those line.
    12. from here, its pretty self explanatory. give the site a name, and make a username and password. you can change the site name and your password from inside the dashobard at a later date. the username is not changeable unless you run a plugin to do that from the repository. there are 4 of them that I know of.
    13. now you should see a button at the bottom of the dialog box called set up. click it
    14. now you can log into the wordpress dashboard by visiting localhost/newsite/wp-login.php

      I hope this helped you out and if you have any questions, ask away!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thanks for the info Esmi, I have tried your method and another sites and it won’t work when I type the localhost/mysite into the browser…it says problem loading or 404…..what am I doing wrong, the servers have green lights and I cross checked the code in the config folder – it matches the info on MAMP….any ideas?

    Sarah

    Sorry – that’s not my method. I don’t use MAMP myself. But there’s some other MAMP resources listed in this Codex section.

    Thanks Esmi, I have tried about 3 different ways to try and get wordpress to run on MAMP and whenever I try to call up the wordpress folder in the broswer with localhost:8888 or localhost:8888/wordpress etc it always comes up with error 404 or url not on this server. I have followed all the instructions to the letter and it still won’t start up – Help!

    Can you navigate to a basic .html page in MAMP?

    I think so, well when I type localhost in the browser it picks up the default html page ‘your website’ which is in the mysite directory (where I moved the wordpress files to) I’ve also tried the htdocs folder in MAMP but it doesn’t seem to find it in either location.

    I am very much a novice at all of this so perhaps there is something I am missing? Could it be something I need to do in terminal?

    Sarah

    Thread Starter KrashKartMedia

    (@krashkartmedia)

    Sarah, in mamp settings, go to the port section, and select the default ports button. You should have no problem after this.

    when i wrote this post, i did say ” I am assuming you have already installed MAMP and set the ports to the default.”

    These instructions ROCKED!

    Thanks bunches….

    Thread Starter KrashKartMedia

    (@krashkartmedia)

    ESMI, you cna view basic HTML pages with out it. Your browser will pick it up and as long as it is in a folder, with all the css sheets and etc.. you will be fine. Now if you are dropping HTML pages into WordPress, You need MAMP or XAMPP….

    Thread Starter KrashKartMedia

    (@krashkartmedia)

    The Kiwi Nomad,

    You shouldnt have to use localhost:8888 or localhost:8888/wordpress etc

    if you are using the default port settings. YOu should be able to type in localhost, slash, name of folder to get it working.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘HOW TO INSTALL MAMP on an APPLE COMPUTER (OSX 10.6 or higher)’ is closed to new replies.