Title: Installing WordPress On PC
Last modified: September 4, 2021

---

# Installing WordPress On PC

 *  [Patrick Grant](https://wordpress.org/support/users/patrick-grant/)
 * (@patrick-grant)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/)
 * What ia the best way to install WordPress on a PC? MySQL is already installed.
 * I would like to try out WordPress to see if I xcan build a web site on it, then
   load it onto a hosting platform.
 * I followed the WordPress offial instructions which say DeskTop Server should 
   be installed at a cost of $99 which is not appopriate for a trial of the product….

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14838968)
 * > What ia the best way to install WordPress on a PC? MySQL is already installed.
 * If you installed MySQL manually and you want to use this existing installation,
   then you’ll have to install AND configure everything else manually. See WordPress’
   requirements on what to install and configure: [https://wordpress.org/about/requirements/](https://wordpress.org/about/requirements/)
 * Alternatively, you could use an all-in-one desktop server appliance that will
   bundle and pre-configure all the required software in one installation, ready
   to go out of the box.
 * > I followed the WordPress offial instructions which say DeskTop Server should
   > be installed at a cost of $99 which is not appopriate for a trial of the product….
 * DesktopServer from ServerPress.com is just one of these all-in-one desktop server
   appliances. And no, you don’t need to pay for the premium version — especially
   not when you’re just starting out. The free version should work just fine.
 * Another WordPress-specific alternative is [LocalWP (by Flywheel)](https://localwp.com/),
   and, again, the free version is all you need.
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14838970)
 * Download WordPress:
    [https://en-ca.wordpress.org/download/](https://en-ca.wordpress.org/download/)
 * Then just use xampp or mamp:
    [https://www.apachefriends.org/index.html](https://www.apachefriends.org/index.html)
   [https://www.mamp.info/en/windows/](https://www.mamp.info/en/windows/)
 * Either of these distributions come packaged with php, apache, mysql, etc.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14839101)
 * I like “local” for local sites: [https://localwp.com/](https://localwp.com/)
 *  Thread Starter [Patrick Grant](https://wordpress.org/support/users/patrick-grant/)
 * (@patrick-grant)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14840689)
 * It looks like I will need a Word Press Server on my PCart some point.
 * Which Servers should I consider? Server Express and anything else?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14840694)
 * Just install localwp.
 * If you want to put a site on the Internet, then contact a [reliable web host.](https://wordpress.org/hosting/)
   Do not run an externally accessible site on your own PC.
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14840733)
 * [@patrick-grant](https://wordpress.org/support/users/patrick-grant/)
 * What are you trying to accomplish?
 *  Thread Starter [Patrick Grant](https://wordpress.org/support/users/patrick-grant/)
 * (@patrick-grant)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14840771)
 * What I am trying to accomplish is
    1. To build and test a WP site on a PC using
   MySQL and Python for SQL forms 2. publish the web site on Bluehost VPS or similar
   which would permit Python Scripts and upload reference table data to MySQL database
   3. Use The PC to publish WP web page changes – without updating data in the database
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14840858)
 * This is still valid then:
    [https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14838970](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14838970)
 * However, you would need to combine your Python and wp cli commands in a script,
   and would recommend using a Cron.
 * For number 3, you can’t do this, the db is used to store settings from theme,
   plugins, core etc as well as changes.
 *  [Dion](https://wordpress.org/support/users/diondesigns/)
 * (@diondesigns)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14843182)
 * WordPress is a PHP application. While it’s possible to set up Apache (and maybe
   even nginx) to serve both PHP and Python scripts, the configuration is tricky,
   and the Python scripts will be CPU-intensive due to how they must be served. 
   You’re probably better off choosing either Python or WordPress for the entire
   project.
 *  Thread Starter [Patrick Grant](https://wordpress.org/support/users/patrick-grant/)
 * (@patrick-grant)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14844071)
 * How are changes normally made to WP web sites so they are tested and controlled?
 * Are they made on a PC then tested and then published to the host? Or are they
   made on the host then published?
 * In both above cases, are the changes made a tool like Desktop server or Local
   WP?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14844079)
 * Generally not. The changes (if it’s just content) are made on the site then published.
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14846365)
 * WordPress, like many other CMSes are build with the intention that the content
   of the website can be placed in multiple states such as Draft, Waiting for Approval,
   In Translation, Published, etc, etc. A Revision history of the content (or page)
   is also maintained.
 * If you are updating content, generally it is done in Production.
    If you are 
   updating functionality, testing plugins, etc – then you should have a development
   server set up to do this, then duplicate your changes to production. If your 
   site needs a staging server, and a development server, then you could look at
   products like Flywheel: [https://getflywheel.com/managed-wordpress-hosting/](https://getflywheel.com/managed-wordpress-hosting/)
   or Pantheon: [https://pantheon.io/why-pantheon](https://pantheon.io/why-pantheon)
   or Platform.sh: [https://platform.sh/product/](https://platform.sh/product/)
 *  Thread Starter [Patrick Grant](https://wordpress.org/support/users/patrick-grant/)
 * (@patrick-grant)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14851010)
 * Many thanks for the replies. It has helped plan what I need to do to get setting
   up the site and environments as right as I can.
 * Presumably I need some sort of IDE which I can use for:
    >>> Building Web Pages
   >>> Updating Content: and >>> Coding CSS, PHP, SQL and Python
 * Any good recommendations?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14851032)
 * You do not need an IDE for building web pages or updating content. You do that
   in WordPress. I like VSCode for coding, but there are lots of good, free editors.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Installing WordPress On PC’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 14 replies
 * 6 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/installing-wordpress-on-pc/#post-14851032)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
