Installing Wordpress On Mamp



MAMP is a free local website hosting solution that allows you to create websites on your Mac or Windows computer. It gives you the freedom to build, edit, test and potentially break your website without having your visitors notice. Let’s learn how to install MAMP and WordPress in just a few clicks.

  • Basically, just know that MAMP allows you to run a WordPress site on your computer only (without anyone else being able to see it because it is not actually on the internet), which is why MAMP is awesome for testing out new features on your existing site, making bigger changes, or building an entire site from scratch.
  • This article explains the step by step process of installing WordPress on local Mac using MAMP. Note: MAMP stands for My Apache, MySQL and PHP. Install WordPress on Mac. Below are the summary of steps involved: Installing MAMP on Mac; Configuring MAMP Apache Server and Ports; Creating Database using MAMP phpMyAdmin; Installing WordPress on Mac.

But before installing WordPress on your Mac system let me tell you something about Mac system and MAMP software. The Macintosh operating system (Mac) contains a feature of the GUI (Graphical User Interface) which represents a desktop interface with some 3D appearance characteristics and designed to run exclusively on Mac computers. This article will walk you through the steps to install MAMP on your computer. Top ↑ Installing MAMP # Installing MAMP 1. Downloading MAMP # 1. Downloading MAMP. Download the installer package for the latest free version of MAMP by clicking on the gray elephant icon on the left, and save the file to your computer. There is also a MAMP Pro. All these acronyms provide all the necessary components to run WordPress locally on your given platform. In this case, the wonderful OSX. Anyway, read on to learn how to install WordPress on OSX using MAMP. Installing MAMP. Installing MAMP is just like any other application. To start we need to go download and run the MAMP installer.

What Is MAMP?

MAMP (Macintosh, Apache, MySQL PHP) is local software that mirrors an online website hosting environment like A2 Hosting or GoDaddy. It was originally built for Macintosh computer but has gained so much popularity for its ease of use that they developers created a Windows version as well.

How Do I Install MAMP on my Computer?

  • Visit the MAMP website and download either MAMP or MAMP PRO for the operating system you have
  • Once the software is download run the file and the guided tour will lead you through completing the installation
  • Launch MAMP

What’s the Difference between MAMP and MAMP Pro?

The main difference between the two MAMP versions is that MAMP will allow you to set up one website and with MAMP PRO you can set up as many websites as you need.

Create Your Website in MAMP

Install wordpress on mamp pro
  • MAMP should start Apahce and MySQL, if not turn those services on
  • Click the plus button and rename the host name to your website. Note: do not use a domain name in existence like .com or .net as your browser will try to find these websites online. Instead use something like .local or .build when developing locally.
  • Select the folder your website documents will live. Example C:MAMPhtdocslocalhost
  • Click create a database named and name it something like dev_site_db (db stands for database)
  • Click Ok, Save and Restart MAMP

Download & Install WordPress

  • Unzip the file and double click into the wordpress folder. You should see wp-includes, wp-content, wp-admin and about 16 related WordPress files.
  • Delete any files already in your website folder
  • Move all of these folders and files into your htdocs folder in MAMP. If you’re following our setup it should be located in C:MAMPhtdocslocalhost

Run and View Your Local WordPress Website

  • View your local website by clicking open by the host name and you should see the WordPress installation screen
  • Follow the guided tour to complete setup and once completed you’ll be able to log into your local WordPress website

Now you’re able to test different themes, try new plugins or even develop a completely new website before publishing it on the internet.

Do you need to install use and WordPress on your MAC OS? And you are so new that you are afraid? No reason to worry. In this article, you will now learn how to install WordPress on a MAC PC using MAMP.

What is MAMP

MAMP is a blend with four components. Here is the breakdown -Macintosh, Apache, MySQL, and PHP. In short, MAMP is a free and open-source software for site development and testing. In other words, it is a one-click solution for setting up your web server on a local PC. And it comes free of cost.

Note: There is a Pro version, but we will only discuss the free version.

Benefits Of Using

First of all, for those who are thinking of learning WP basics, this is the best way. You will get a few benefits when you use it on your local MAC or Windows PC.

  • You don’t need to pay for domain and hosting.
  • You will get an entire web setting on a local server.
  • Work offline so that the world will not see what you are developing.
  • You will learn to create and transform your themes.
  • You can test the WP Plugin that you desire.

System Terms

Let’s a look at some of the terms and conditions before installing it. Your system must meet the following Terms:

  • Your macOS must be Sierra 10.12 or later
  • You need a user account that is part of the admin group. To confirm this, please go to “System Preferences.” then “Users and Groups.”

We hope you are being inspired by reading the above points. We are optimistic that you will succeed if you follow our instructions step by step. So let’s start with the first step.

STEP 1: Download & Install MAMP

At first, you need to go to the MAMP web page. Then click the free download option, and there you will get two more choices. While the download is complete, you are ready to go for the next step.

Now open the downloaded file and drag it inside the Applications folder. Then it will ask you to click next. So, when installing other software, do the same in the way you clicked Next.

Finally, you are ready to launch MAMP on your Macintosh. There is also a Pro version, so be careful to click the right one.

STEP 2: Configure MAMP Settings

To make a better user experience, we recommend you to adjust some of the MAMP’s settings. When you get started, you can do this by launching the preference menu. Then go to the Port Tab.

Usually, you will see two ports named Apache and Nginx. But we will only change the Apache port number. In general, it will display 8888, but we will update it to 80.

After setting up port 8888 to 80, you are ready to access your local website. It also means you have to provide your computer’s admin password each time you start with the MAMP server.

Installing

NOTE: This will allow access to your local site http://localhost instead of http://localhost:8888.

STEP 3: Set Document Root Folder

Now this time is to set the document root folder. The site you want to create and store will be in this folder. The default document root is C:/MAMP/htdocs, but you can change that to more place.

Go to the preference dialogue box, and jump to the Web server tab. After then select the folder where you want to store your site. In general, you should keep each of your sites in a new folder.

You can also rename this folder name—for example, htdocs, athemeart, etc. Now click OK to save what you change so long.

Installing wordpress on ampps

STEP 4: Create a Database to store Website Data

We will now create a database because WP needs it to store all data. So So we are doing this first before installing. Indeed, it is an effortless task, like the previous ones.

Now click on the button Open Web Start Page in the MAMP window. You will now see a new browser window is opening. Then you need to click on Tools >> phpMyAdmin from the top menu bar.

Installing Wordpress On Mamp

After that, click on Databases and then Create Database. Write a new name for your Database in the name field. From the right, the next tab is the database connection collation. It will remain as it is showing by default.

Now click on the Create button, and your new one is ready.

Wordpress

STEP 5: Install WordPress

Now it’s time to install WordPress. First, you need to visit WordPress.org and download a copy from them. Once your download is complete, you need to unzip it.

Then you need to copy the file and paste it into your MAMP Document Root Folder. You are also welcome to rename this folder anything you want.

In the installation wizard, the first step is to select the language. Then choose the language and click the “Continue Button.” On the next screen, it will ask you to complete the information form. So click on the “Let’s Go” button.

Approaching the following page, it will ask you to provide Database information. So give all the data you created before here. You have to use “Root” for Username and Password. And use “localhost” for Database Host.

WordPress will now continue the installation, and you’ll see a success message once it’s done.

Final Thought

Install Wordpress On Mamp

Finally, we hope you can now install this on your MAC OS. We have discussed smooth methods in this article, which will help you go for an easy run. And we even believe that newcomers can do the task. So start it now without delay.