Install WordPress and Install WooCommerce

Start WordPress and Install WooCommerce

It’s so easy to start WordPress through the wizard.


After creating new MySQL database for the WordPress on Ubuntu server, downloading WordPress and getting it ready for installation and configuring Nginx virtual hosts for the domain which we want to connect to the WordPress website, we need to start WordPress as per the following steps:

1. Go to the domain (in our case it’s: https://gainbybrain.com). The installation wizard should start as below. Choose your preferred language then click on Continue.

WordPress Installation Wizard Choose Language

If the database credentials are incorrect, you will get an error like below, so you need to double check the credentials in the wp-config.php PHP file.

Start WordPress Error Establishing a Database Connection

2. You will move to the next step where you will enter your website info and the admin info.

WordPress Installation Wizard Enter Admin Info

Let’s fill them together here:

Site Title: GainByBrain

Username: admin

Password: enter a strong password or accept the auto generated one

Your Email: enter your email

Search engine visibility: if you will go live (not a testing website), don’t discourage search engines from indexing this site.

You can see the fields filled below:

Installation Wizard Admin Info Example

Click on Install WordPress now and here we go, Success! It’s so fast.

Installation Wizard Success

3. Login to your WordPress website by adding /admin at the end of your website’s domain, the link should be like this: https://gainbybrain.com/admin, enter your username and password then click on Log In button.

Login to WordPress

Here’s the WordPress dashboard after our first login:

WordPress Dashboard

4. Hover over Plugins on left side then click on Add New as below:

Add WooCommerce Plugin

5. Search for WooCommerce in the keyword field then click Install Now as below:

Search WooCommerce Plugin