Wordpress Mac Download

  1. Local WordPress development made simple on Local Looks like you're on a mobile device! Local is only available as a desktop application, but no worries!
  2. Available for: Mac OS X 10.9+ Mac OS X 10.9+ Silicon Windows 7+ Linux (.tar.gz) Linux (.deb) A control panel for all your WordPress sites Focus on your content.

Step 1: The WordPress App Download. For desktop users, the WordPress for Mac download is free. But no need to worry - the same goes for the Windows and Linux versions. You can grab a copy of the WordPress desktop app here. Disregard the fact that it says “WordPress.com” in the top-left corner. WordPress.org users now have access to the app.

This tutorial assumes a certain degree of comfort in the command line Terminal for installing WordPress on macOS Sierra or Mac OS X El Capitan, Yosemite, Mavericks, Mountain Lion or Snow Leopard, the commands below are not overly complex and following the tutorial will get the job done. If you have no experience with the Terminal and want an easier way to install WordPress on your local Mac then consider using an already compiled set up, which allows for quick and easy multiple WordPress sites, like Desktop Server .

Aug 20, 2020. Download WordPress and use it on your site. Download WordPress 5.5.1 Download.tar.gz Installation. With our famous 5-minute installation, setting up WordPress for the first time is simple. We’ve created a handy guide to see you through the installation process. Release notifications.

Before proceeding, WordPress needs a couple of things to get going and those things are an AMP stack – Apache, MySQL and PHP, Apache and PHP come bundled in OS X but MySQL needs to be downloaded and configured. Optionally install phpMyAdmin to manage the database.

To get the AMP stack working correctly on OS X follow this Mac OSX 10.11 El Capitan or Mac OSX 10.10 Yosemite or OSX 10.9 Mavericks.

Once these components are in place you are OK to proceed.

OS X has 2 web document roots ‘/Library/WebServer/Documents’ and ‘/Users/username/Sites/’ also known as ‘~/Sites’ this guide uses ‘~/Sites’.

Wordpress download

Download Wordpress Mac

The shared WordPress directory will be called “wordpress“.

Instant Wordpress Download Free

WordPress File Set Up

make a sharing directory and move into it

get the latest WordPress

expand it

move all files into shared directory one level up

remove empty directory and compressed archive

create a settings file

Database Setup

create it a new database (no space between -p and password – as an alternative this can be done in phpmyadmin

or in phpmyadmin

create-database-wordpress-phpmyadmin

You can do all of the above in one hit at the command line just separate the commands with “;”. This would be handy with multiple installs and can be scripted – not necessary for this guide – but I thought I’d throw it in.

WordPress Database Config

Then proceed with the editing of the wp-config.php file which needs to have the database details added as below:

// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wordpress‘);

/** MySQL database username */
define(‘DB_USER’, ‘root‘);

/** MySQL database password */
define(‘DB_PASSWORD’, ‘yourpassword‘);

/** MySQL hostname */
define(‘DB_HOST’, ‘localhost‘);

Wordpress

If you are not comfortable with editing this file in nano in the Terminal you can use Text Edit in Applications.

Famous 5 Minute Install

open it up in your default browser

fill in your credentials:

voila

success

Post Mortem

OSX El Capitan 10.11

In your username.conf in /etc/apache/users/ make sure you have the following directives:

This will allow .htaccess file usage.

But wait there’s more, you need to fix up those ownership and permissions

Or just change the Apache user to be your regular user.

Thats it you should have a fully functioning local WordPress install built on a native AMP stack.

If you are having install issues possibly because of previous file configurations do try a solution like Desktop Server, it is a free app up to a level and then paid for some pro features.

Instant WordPress is a portable WordPress development environment which makes it easy to test themes, plugins and more on any modern Windows PC (XP or later).

Download Instant Wordpress For Mac Download

To get started, just run the download file and it'll extract its various components into your preferred folder. Currently this includes WordPress, Apache, PHP and MySQL, but don't worry, they're all portable and won't otherwise install anything else on your PC.

Launch Instant WordPress and a simple console points you in the right direction. Click 'WordPress Admin' to launch WordPress itself, for instance. You can open your Plugins and Themes folders in a click, and administer your MySQL setup, while clicking WordPress Frontpage will display your dummy site. There are even built-in posts and comments so you can get a feel for the look of a new theme right away.

Wordpress Download

One issue here is that, although Instant WordPress is regularly updated with new versions of its components, they're always going to be a little out of date. And the Instant WordPress developers themselves point out that the program 'is not suitable for live websites and should only be used for testing and development'.

Still, if you'd like an easier way to test a WordPress setup - or maybe you're a total WordPress beginner and want to get a basic feel for how it all works - then Instant WordPress is perfectly adequate, and well worth the download.

Instant Wordpress Download

Instant WordPress Version 4.5 contains the following software (Changelog):

  • WordPress 4.2.4 (Updated)
  • Apache 2.2.15 (Win32)
  • PHP 5.4.36
  • MySQL 5.6.25 (Updated)
Verdict:

A quick and easy way to create your very own WordPress test and development environment