Hi everybody
I am trying to install locally WP on my Mac (MacOs 10.6.6).
Everything is ok till I come to step #4 of WP support guide where it says "Lastly, we've got to run WordPress' famous 5-minute install. Visit your local site (localhost:port or localhost:port/wordpress), and enter the following information into the database setup form...."
I really don't understand what I am supposed to do to "..visit your local site (localhost:port or localhost:port/wordpress)"
Alice Jennifer
Member
Posted 1 year ago #
Hi fabthi,
I can help you in this. Just refer the following 4 easy tutorials. I used the 1st tutorial and got success in the 1st attempt itself. -:)
Open your browser window, and in the address bar, type in either "localhost:port" ("port" being the port number - usually it's 8888 but you have to look in your httpd.conf file in Apache to be sure) or "localhost:port/wordpress" ("wordpress" being the directory in your localhost documents section where you've placed your wordpress files)
If your'e on Mac, you're probably using MAMP. Asking MAMP/reading the documentation will give you a better handle on things.
Thanks Doodlebee, I sorted it out!
I take a chance to ask you one more thing, oops two more things:
-how do I preview the WordPress site/blog on which I work around on my Mac installed WP?
-how do I upload the site/blog from my Mac WP to the hosting where it is supposed to be placed?
Fabio
To view the site, open your browser, and type localhost:port in the address bar. If your web server is using the default port, you can just type in localhost.
You'll have to install WordPress on the hosting server too. Then upload your wp-content folder to the webhost. Finally you have to backup your local database then import it onto your webhost. You'll also have to change the site URL in the database.
has instructions for that.