How to Install WordPress On My Website

How to Install WordPress On My Website

One of the most common questions that we get is – how to install WordPress on my website? This article will guide you through the entire process. WordPress is a simplified content management and blogging platform, which is easy to install on servers and hosts. There are several ways of installing the platform, as well as various helper tools that make it easy for you to install WordPress on different hosts and servers.

Things to Do Before WordPress Installation

Before embarking on the installation of WordPress, several factors ought to be considered. You must have access to a web server via shell or FTP. Similarly, you must build MySQL databases besides having a text editor. You must also have a suitable web hosting provider.

Many hosting companies offer specialised hosting for WordPress. Some can even install and maintain a WordPress site on your behalf. Therefore, you must choose a unique domain name and a suitable web hosting company that is well-versed with WordPress.

How to Install WordPress on My Website

Step 1: Downloading and Unzipping the WordPress Package

You should begin the installation process by ensuring that you and your chosen web host meet the minimal requirements to run WordPress. After that find the most updated version of WordPress before downloading and unzipping it. In case you will upload WordPress to remote web servers, the package should be downloaded to your PC before it gets unzipped.

how to install WordPress on my website

Figure 1: Downloading WordPress

If your browser has shell access and you understand how to use console based applications, you can directly download WordPress to a web server via lynx. This is a suitable option particularly if you wish to evade FTPing. To unzip the WordPress package to a folder, you should use tar-xzvf latest.tar.gz. The package will automatically extract to a folder called wordpress.

Step 2: Creating a Database and User

In case you choose hosting providers, you probably have a WordPress database that is designed for you. Likewise, there might be an automatic setup solution for creating a database. You should check out your control panel features or the support pages of your hosting provider to determine whether you will have to create a WordPress database yourself.

If you need to create a database manually, you should follow instructions for Using Plesk, Using phpMyAdmin, Using cPanel, or accessing phpMyAdmin on different servers. In case you have your web server where you can easily install WordPress, you should follow the Using the MySQL Client or Using phpMyAdmin guidelines. These will help you create a username and database.

Creating a Database Using Plesk

Plesk recommends that all users should install and run WordPress accounts using the WordPress toolkit. Nevertheless, if you want to install WordPress manually, you first need to log into Plesk. After that, click on the Databases icon at the upper right corner of your screen. You should then click on Add databases to enable you create or manage your existing databases.

If you are creating a new database, type in your preferred database name, the username and password before clicking OK to create your database. To check out the information that you will require o access your database, click on the Connection Info icon. This information includes the database name, server port and hostname, and database username.

ALSO READ  How to Go About Digital Transformation and Innovation in Singapore

how to install WordPress on my website

Figure 2: Creating a Database Using Plesk

Creating a Database Using cPanel

In case your hosting provider provides the cPanel hosting control panel, you can use it to create a database. Log in to your cPanel and click on the MySQL Database Wizard icon at the Databases section. Thereafter, create a database by entering the name before clicking on the Next Step icon. To create Database Users, enter the username of the database and password before clicking on Create User.

You should then add the User to the database that you created earlier by clicking on the All Privileges checkbox. After that, note down the database name and user, and the hostname, username, and password that you chose. Here, you should keep in mind the fact that the hostname ought to be localhost.

Step 3: Setting up wp-config .php

After creating a database and user, you should set up wp-config.php. You may do this by either creating and editing the wp-config.php document or skipping the step so that WordPress creates the file when the script is run. Even so, you will still be required to avail your database info to WordPress.

To set up wp-config.php file, go back to where the WordPress setup was extracted in Step 1. The file should be renamed wp-config-sample. php to wp-config.php, and opened in the text editor. You should then enter the database information that you created in Step 2 in the section named // ** MySQL settings – You can get this information from your web host ** //. After that, key in your secret values at the * Authentication Unique Keys part before saving the file.

how to install WordPress on my website

Figure 3: Setting up wp-config.php

Step 4: Uploading Files

In this step, the most crucial decision that you should make is deciding the position within your domain where you prefer your WordPress-powered website to appear. The domain can either in your website’s core directory (for instance, or within the website’s subdirectory (for example, .

Generally, your core web directory’s location in the file system on the web server varies according to the operating systems and hosting providers that you are using. Therefore, you need to consult your system administrator or hosting provider if you are not sure about where it is.

If your WordPress site appears in the root directory of your domain, you may be required to upload files to the web server that you are using. FTP clients can help you upload all contents of a WordPress directory into your website’s root directory.

In case your files already exist on the web server and you use shell access when installing WordPress, you should move all WordPress directory contents into your website’s root directory.

get google ranking ad

If your files need to be uploaded to the web server, re-name the WordPress directory with your preferred name before using an FTP client to upload the directory to the preferred location in your website’s root directory.

ALSO READ  What Is Social Media Content Marketing and How to Integrate It Into Your Business

In case your files exist on the web server, and currently use shell access in the installation of WordPress, you should shift the WordPress directly to your preferred location in your website’s root directory. Thereafter, rename the directory with your preferred name.

 In Step 4, you have to keep in mind the fact that if your FTP client comes with the option of converting file names to a lower case, this option must be disabled.

how to install WordPress on my website

Figure 4: Uploading Files to WordPress

Step 5: Running and Installing Script

To run and install script, you should instruct a web browser so that installation script starts. If your WordPress files were placed in the root directory, visit . Likewise, if your WordPress files were placed in a subdirectory called blog, for instance, go to .

how to install WordPress on my website

Figure 5: Running and Instaling Script During WordPress Installation

Creating Configuration Files

Sometimes, WordPress can fail to locate your wp-config.php file. When this happens, it might tell you to try creating and editing the file yourself. This can be done by loading wp-admin/setup–config. php directly on your web browser.

You will be asked by WordPress to provide database details before copying them to another wp-config.php file. In case this works, proceed with the installation. If it doesn’t, go back to Step 3 to build, edit, and upload your wp- config.php file.


Completing Installation

After you have run and installed script, you need to complete the installation of WordPress by entering the site title, the preferred username and password, and your email address. A checkbox will be displayed inquiring whether or not you want your newly-created site to appear on search engines such as Google.

If you like the site to be seen by all Internet users, search engines included, you should leave the box unchecked. If you prefer the site to be invisible to search engines and only allow regular visitors, you should check the box. These preferences can be altered in future in your Administration Screen. Once you have successfully installed WordPress, a login dialogue box will be automatically displayed.

how to install WordPress on my website

Figure 6: How Your WordPress Site Should Appear Before Customisation

Common WordPress Installation Issues

During the installation of WordPress for your website, there are several installation problems, which may arise.

Common installation problems include:

  • Seeing Directory Listings Instead of Web Pages

When installing WordPress, the web server ought to be instructed to view index.php. In Apache, you should use the DirectoryIndex index.php command. The easiest option is creating a file with the label .htaccess within the installed directory before placing the direction there. You may also choose to add this directive to your web server’s configuration files.

  • Frequent “Error Connecting to Server” Messages

If you experience this problem during WordPress Installation, you should manually reset your MySQL/MariaDB password. If you can access MySQL/MariaDB using shell, you should try issuing this command: SET PASSWORD FOR ‘wordpressusername’@’hostname’ = OLD_PASSWORD(‘password’);

how to install WordPress on my website

Figure 7: Typical “Error Connecting” Message during WordPress Installation

In case you are using a MySQL version that was released prior to 4.1, you should use PASSWORD rather than OLD_PASSWORD. If you don’t have access to shell, you can enter the SET PASSWORD FOR ‘wordpressusername’@’hostname’ = OLD_PASSWORD(‘password’); command into an SQL query. Similarly, you can reset your database user’s password by using your host’s control panel.

  • Image Uploads Failing to Work

If you are using a Rich Text Editor on a WordPress site that is installed in the subdirectory and you drag newly-uploaded images to the editor field, they may vanish. This typically occurs when TinyMCE, which is a rich text editor, doesn’t get enough info during a drag operation.

ALSO READ  Top Electric Bicycle Retailers in Singapore

As a result, it is likely to fail to correctly construct a path to either your images or other files. The solution to this problem is to avoid dragging the uploaded images to the editor field. Instead, you should click and cling onto the images before selecting “Send to Editor.”


Is it Possible to Automatically Install WordPress?

Some hosting companies provide auto-installers, which you can use to install WordPress automatically. The most common WordPress auto-installers include Cloudron, WordPress Toolkit, Softaculous, and Fantastico. These tools not only allow you to install but also manage your WordPress site.

Auto-installers typically give users two installation options. The quick installation option often involves a three-click operation, which delivers a fully-functional WordPress installation in less than a minute. This installation uses the latest WordPress versions and is configured with default settings.

how to install WordPress on my website

Figure 8: Quick and Custom Auto Installation

The custom installation option allows you to select your preferred WordPress version as well as tinker with the installation settings. It similarly takes care of all intricacies involved in WordPress installation.

Even if you choose to install WordPress automatically, you will still be responsible for ensuring that the selected domain meets the conditions of WordPress Installation. For instance, you must ensure that only a recommended PHP version is configured.

Personalising Your WordPress

Once WordPress has been installed successfully to your domain, you will have a clean and basic site. Definitely, you want your site to be customised so that it doesn’t look like everyone else’s. Therefore, you will need a theme, which is a design template that instructs WordPress how your site should look like.

There are more than 1500 professionally designed themes to choose from. You can also customise them to match your preferences. To access these themes, log into your WordPress dashboard by typing in on your browser. Take note of the fact that “Yoursite” must be replaced with your domain. To fully customise your dashboard, ensure that everything on it is labelled.

how to install WordPress on my website

Figure 9: WordPress Default Dashboard

Conclusion

Contrary to what you might think, installing WordPress on a local computer is quite easy. If you are not comfortable about installing WordPress manually, you can as well find auto-installers, which will help you install the platform in less than five minutes.

Arguably, the most significant step in the installation process is ensuring that you work with the most recent WordPress version.  Likewise, even after you have installed WordPress, you shouldn’t leave it at that. Instead, go ahead and customise the site to suit your preferences.

About the Author

Tom Koh

Tom is the CEO and Principal Consultant of MediaOne, a leading digital marketing agency. He has consulted for MNCs like Canon, Maybank, Capitaland, SingTel, ST Engineering, WWF, Cambridge University, as well as Government organisations like Enterprise Singapore, Ministry of Law, National Galleries, NTUC, e2i, SingHealth. His articles are published and referenced in CNA, Straits Times, MoneyFM, Financial Times, Yahoo! Finance, Hubspot, Zendesk, CIO Advisor.

Share:

Search Engine Optimisation (SEO)

Baidu SEO: Optimising Your Website for Chinese Audiences

In today’s interconnected world, expanding your online presence to capture international markets has become essential. When targeting the Chinese market, …

Enterprise SEO: Everything You Need to Know

Are you looking to enhance your online presence and boost organic traffic to your website? If you’re operating on a …

10 Tested SEO-optimised Content Development Techniques

Content development refers to creating or improving material that conveys information to a particular audience. In addition to textual material …

7 Emerging Skills Every SEO Must Master in 2023

7 Emerging Skills Every SEO Must Master in 2023 One thing almost all SEOs can agree on is that SEO …

How to Use Keyword Intent to Maximize Conversion Rate

After keyword research, you’re armed with a list of potential keywords to target.  Let’s say one of the keywords is …

Search Engine Marketing (SEM)

Leveraging Social Media for Search Engine Marketing (SEM)

You’ve probably heard of social media, and how important it is to businesses and marketers. Chances are, you use one …

PSG Grants: The Complete Guide

How do you kickstart your technology journey with limited resources? The Productivity Solution Grant (PSG) is a great place to …

Is SEO Better Or SEM Better?

I think we can all agree that Google SEO is pretty cool! A lot of people get to enjoy high …

How To Remove A Web Page Without Affecting Overall SEO

Before removing an old page from your website, do you ever stop to think about the potential effect it might …

Toxic Links Threats and Disavows: Complete SEO guide

Your website is only as strong as the backlinks you have. We’re not talking numbers here but quality.  If you …

Social Media

25 of the Top Social Media Agencies in Singapore (in 2023)

Singapore is a hub of creativity and ingenuity, so it should come as no surprise that it’s also home to …

How to Find Influencers to Promote Your Small Business in Singapore (Low Cost)

In today’s digital age, social media influencers have become powerful tools for businesses looking to increase their brand awareness and …

Instagramming Your Way to Success: Tips for Effective Social Media Marketing in the Travel Industry

Social Media has revolutionised how businesses connect with their audience. In the travel industry, where experiences and visuals play a …

The Rise of Influencer Marketing: Leveraging Social Media to Promote Your Travel Planning Agency

Social media has become an integral part of our daily lives. People from all walks of life use social media …

App Marketing on a Budget: Cost-Effective Strategies for Maximum Impact

In today’s digital landscape, app marketing plays a crucial role in driving the success of your mobile application. However, many …

Technology

The Rise of Influencer Marketing: Leveraging Social Media to Promote Your Travel Planning Agency

Social media has become an integral part of our daily lives. People from all walks of life use social media …

8 Strategies for Bug Hunting: Debugging, Testing, and Code Review

Bugs are among the most unpleasant aspects of the software development process, whether you’ve worked on a little side project …

How Does A Virtual Private Network Work

If you’re reading this, I assume you’re either a small business owner who’s looking to expand your reach, or an …

Digital Identity Theft: How to Protect Yourself from Scams and Fraud

We are always online in this day and age of technology, which makes personal data more exposed than ever. Digital …

The Legal Consequences of Cybersecurity Breaches in Singapore

Technology has advanced greatly in the digital age. It paves the way for a higher risk of cybersecurity breaches. There …

Branding

What Are Virtual Fitting Rooms and How Do They Work? (2023)

Shopping for clothes online can be tricky. It’s difficult to know how something will look and fit without trying it …

Planograms: What They Are and How They’re Used in Visual Merchandising

As a retailer, you know the importance of creating an appealing and organised display of your merchandise. The way you …

PSG Grants: The Complete Guide

How do you kickstart your technology journey with limited resources? The Productivity Solution Grant (PSG) is a great place to …

The Importance of Authenticity in Your Brand Voice Strategy

Most companies are aware of the value of branding. The reputation of a firm may make or break it, after …

Featured Snippet Optimization: Complete Guide In 2022

You’ve probably seen the boxes that pop up at the top of the SERP featuring a summary of an answer …

Business

15 Ways to Remain Empathic While Still Making Deals

Empathy is an essential quality in any negotiation. It allows you to understand the other party’s perspective, build trust and …

10 Prospect Qualification Mistakes That Are Hurting Your Sales

10 Prospect Qualification Mistakes That Are Hurting Your Sales Prospecting is one of the most important aspects of sales. It’s …

How Pros Write Business Proposals To Win New Clients

As a business owner or entrepreneur, one of the most critical skills you need to have is the ability to …

Baidu SEO: Optimising Your Website for Chinese Audiences

In today’s interconnected world, expanding your online presence to capture international markets has become essential. When targeting the Chinese market, …

Time Management Tips for Busy Entrepreneurs (Free Tools)

Are you one of the entrepreneurs juggling multiple tasks, constantly racing against the clock? Do you often find yourself overwhelmed …

Most viewed Articles

Other Similar Articles