• Hi,
    I have successfully installed WordPress and am already creating a blog on a remote server – my web host. There is no problem with this part. At the moment I have to write a large part of the blog using a laptop on the go without internet access and later on copy and past this into the WordPress blog on the remote server.

    However I want to be able to edit the blog locally too and then update the remote blog with the edits. (I normally update and edit my html pages locally using Dreamweaver and then FTP them).

    I downloaded and installed MAMP but it invites me to create a new database whereas I want to work on my WordPress blog locally and then update the remote version, automatically if possible. I can’t find instructions that tell me how to do this. Can you help?

    Many thanks,
    Steve Price

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter steveprice

    (@steveprice)

    Hi,
    I have wordpress existing in a folder on my local hard drive as it is on the remote server. I have also downloaded and unzipped MAMP. All is just waiting for me but I haven’t a clue where to go from here. The wordpress set up instructions for a remote server are not possible to do on my local drive because I do not have the settings that my remote host was able to give me in terms of configuring wp_config.php. By the way do I have to have PHP and mysql installed on my local hard drive, is that relevant? Below is install procedure for remote server with my comments.

    Installation: Famous 5-minute install

    Unzip the package in an empty directory.(done it)

    Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details. (where do I get the database name, username and password from: this is local set up. Hostname is localhost by default.)

    Save the file as wp-config.php

    Upload everything.

    Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.

    Note the password given to you.

    The install script should then send you to the login page. Sign in with the username admin and the password generated during the installation. You can then click on ‘Profile’ to change the password.

    Thanks.
    Steve Price

    The whole purpose to using a package like MAMP is to avoid the need to install Apache, MySQL and PHP (Which is what the “AMP” part of the name is an abbreviation for). Example, WAMP = Windows, Apache, Mysql and PHP.

    The first thing you should do is consult the MAMP guides, once you understand how to use MAMP you’ll come to realise it’s just like having access to a remote server, and the instructions above will all make sense.

    I’m not sure what kind of webhosts you’ve used before but the database creation and db user creation may differ, but you’ll likely be using PHPMYADMIN, which is actually easier then it looks (it can look quite complex there’s lots of stuff going on).

    Start with a look at some of the links below, once you know you’re way around MAMP i think you’ll find the WordPress installation is pretty straight forward, but if not, post back for help (if the questions are WordPress specific, i’m not a Mac or Mamp user myself).

    https://labs.dariux.com/tutorials/install-and-run-wordpress-locally-with-mamp-for-mac-os-x/ (Well written – looks like it has the key info)
    https://michaeldoig.net/4/installing-wordpress-locally-using-mamp.htm (Alternate tutorial, older but might have something the above one doesn’t)
    https://www.google.co.uk/search?q=mamp+tutorial&tbo=p&tbs=vid%3A1&source=vgc&aq=f (vids are always helpful)

    Let me know how you get on.. ??

    Thread Starter steveprice

    (@steveprice)

    Hi,

    18 posts here – nowhere. 5 mins here – done and dusted.

    https://css-tricks.com/video-screencasts/86-mamp/

    Steve Price

    Looks easy to follow.

    Shame that didn’t come up when i googled before (then i’m not a Mamp user, i don’t know where to find such things, hehe, beyond google at least).

    So i take it you’re all good to go then Steve? ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Creating posts locally’ is closed to new replies.