View Github Repo Clone or download the latest version

Easy WordPress Installation

Get WordPress set up on your local development environment without dealing with moving files, setting up your database, or figuring out what you need to download.


Features



Always Up to Date

Always start with the latest version of WordPress. No more hunting for the latest links or manually moving files.


Automatic Database Creation

Search through your existing databases to use for your WordPress site, or have it automatically created during install.


Localization and Locales

Select the desired WordPress language and it will automatically be downloaded, installed, and activated on your site.



Bundles

Save your frequently used plugins and themes to easily include on installs. The latest versions will be downloaded for each install and activated so they’re ready when you are.


Plugins and Themes

Use plugins and themes from the WordPress repo, or your own purchased files, and have them automatically activated after install.


Default Settings

Save default setting such as your database username/password, as well as common WordPress information to speed up your setup process even faster.


How does it work?

Using your existing development environment, such as MAMP, set up a new folder and URL for your site. Open up WP Express and follow the steps to enter your database and WordPress information. Files are automatically downloaded and installed for you. Once setup is complete your site should be up and running, quick and easy.



Step 1 – Select Install Folder

Drag and drop your WordPress install folder, or hit “Select Folder” to pull up the file picker.


Step 2 – Database

Enter your database details and hit “Test Connection” to check if the database is accessible.

NOTE: On MAMP if you’re unable to connect, even though your username/password appear correct, you may need to set the port to 8889 (the default port MAMP uses for MySQL connections). For more info see the FAQ.

Once connected you can select an existing database, or enter a new one that will automatically be created for you.

Clicking the “Additional Settings” link will open additional options when setting up a new database, or custom WordPress table prefixes (wp_ by default).


Step 3 – WordPress

Enter your WordPress site details including your title, the URL on your local environment (e.g. http://localhost, http://localhost:8888, http://mysite.dev).

You can also select a language pack to download and activate automatically on your new site.


Step 4 – Bundles

Drag/drop your downloaded theme/plugin zip files into each area to include them in your WordPress site.

Clicking the “Add Theme” or “Add Plugin” buttons will open a modal allowing you to select additional themes/plugins from the WordPress directories, custom URLs, or your own files. You can select which theme(s)/plugin(s) are active on the site immediately after install, and all of them are automatically updated to the latest version available.

Bundles can also be saved for use on future installs so your themes and plugins are automatically included.

FAQ

What are the requirements to run WP Express?

You’ll need a local server running that your WordPress site will run on. It can be of any type, including services such as MAMP, as long as the MySQL database is accessible to external applications.


Cannot connect to database in MAMP on OSX

You’ll want to make sure you’re using the same port for MySQL that MAMP has configured. This should be located in the settings under the “Ports” tab. By default it is set to 8889.


Cannot connect to database in MAMP PRO on OSX

In MAMP PRO you’ll need to double check two areas if the database cannot connect:

Like standard MAMP you’ll need to make sure the ports match up to what you’re entering into WP Express to connect to the database. By default MAMP PRO uses 8889 as well for MySQL.

This can be checked on the “General” tab of MAMP PRO.

You’ll also need to make sure the database is allowing external access to MySQL. This can be checked in the “MySQL” tab of MAMP PRO. You’ll need to make sure that “Allow network access to MySQL” is checked. WP Express only needs “only from this Mac” to be checked for access to the database.


How do I configure default settings?

You can set your defaults for your database and WordPress credentials by going to Settings » Defaults in the WP Express menu.

If filled in the database will attempt to automatically connect with these credentials. The WordPress username, password, and email will automatically be filled in as well. All values are still editable when going through the install process, these will just be the initial values.


What if I have custom permissions for my server?

You can specify a custom PHP runtime within your server by going to Settings » Advanced in the WP Express menu. The specified file must be a valid PHP binary.