How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are...

15
s How to Install WordPress on a Web Server and launch your Website in minutes Sunday 31 st March 2019 Presented by: Shafiq Lutaaya Developer Twitter:@LutayaShafiq Profile: shafiqlutaaya.ronzag.com WordCamp : https://2018.kampala.wordcamp.org/speaker/lutaaya-shafiq/

Transcript of How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are...

Page 1: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

s

How to Install WordPress on a Web Server

and launch your Website in minutes

Sunday 31st March2019

Presented by: Shafiq Lutaaya

Developer

Twitter:@LutayaShafiq

Profile: shafiqlutaaya.ronzag.com

WordCamp : https://2018.kampala.wordcamp.org/speaker/lutaaya-shafiq/

Page 2: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Shafiq Lutaaya, Developer.

● WordPress Apps developer

● .NET developer

● HTML5/CSS3 / JavaScript / Bootstrap / Materialize

● Fav Game: Chess

● Fav movie: The Pirates of the Caribbean

● Dream Car : Rolls Royce

● Role model: President Donald J Trump

● WordCamp Profile: https://2018.kampala.wordcamp.org/speaker/lutaaya-shafiq/

Page 3: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Thank you to our hosts and Sponsors

Page 4: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Big brands powered by WordPress

The White House

US Embassy websites

CNN – Cable News Network

Facebook New room

Forbes

Bloomberg

PoTUSTimes.com

Tech Crunch

eBay, Sony, General Motors , UPS,

CNN, Reuters, The New York Times, Samsung, IBM,

HostGator, Blue Host, 1 and 1, Go Daddy

Nile Post

The Independent

The Pacific Hotel

SWID Uganda

Mbarara News

Go Tech UG

International Local

Page 5: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

WordPress Website Show Case

Show case site URL

The Obama Foundation www.Obama.org

The White House www.whitehouse.gov | wh.gov

Beyonce.com www.beyonce.com

Angry Birds www.angrybirds.com

This is Finland www.finland.fi

Ariana Grande www.arianagrande.com

The City University of New York www2.cuny.edu

The Walt Disney Company www.thewaltdisneycompany.com

Sony Music www.sonymusic.com

Microsoft News Center news.microsoft.com

Tech Crunch www.techcrunch.com

NGINX www.NGINX.com

https://wordpress.org/showcase/

Page 6: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Install WordPress in 6 steps

Step 1: Download WordPress

Step 2: Upload WordPress to Hosting Account /XXAMP/WAMP /LAMP

Step 3: Create MySQL Database and User

Step 4: Configure wp-config.php

Step 5: Run the Installation

Step 6: Complete the Installation

Page 7: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Step 1: Download WordPress

1. Download the WordPress package to your local computer

from http://wordpress.org/download/.

2. Unzip the downloaded file to a folder on your local computer.

Page 8: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Step 2: Upload WordPress to Hosting Account

There are three available options for uploading WordPress to a

hosting account.

1. Upload via FTP - Please see FTP Getting Started for more

information.

2. Upload via File Manager - Please see How to Upload Using the

File Manager for instructions.

3. Upload via SSH - Please see How to Get and Use SSH Access for

instructions.

Page 9: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Step 3: Create MySQL Database and User

WordPress stores its information in a database. Therefore, a database will need to

be created.

1.Log into cPanel.

2.In the Databases section, click the MySQL Database Wizard icon.

3.For Step 1: Create A Database, enter the database name and click Next Step.

4.For Step 2: Create Database Users, enter the database user name and password and click Create User.

5.For Step 3: Add User to the Database, click the All Privileges checkbox and click Next Step.

6.For Step 4: Complete the task, make note of the database name, username and password, as you will

need them for Step 4 below.

Page 10: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Step 4: Configure wp-config.php

define('DB_NAME', 'database_name_here');

/** MySQL database username */

define('DB_USER', 'username_here');

/** MySQL database password */

define('DB_PASSWORD', 'password_here');

On the right side of the File Manager screen, locate the wp-config-sample.php file.

Right click on the file, select Rename and change the name of the file to wp-

config.php. Click the Rename File button.

Right-click on the wp-config.php file and select Code Edit. When the file opens, look

for the following information

Page 11: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Step 5: Run the Installation

Open a new browser window and go to the installation page to run

the installation script. Depending on where you installed the script,

you will find it at either of the following URLs:

http://example.com/wp-admin/install.php

http://example.com/site/wp-admin/install.php

Be sure to replace example.com in the example above with your

actual domain name.

You should now see a welcome page that says "Welcome to the

Famous Five minute WordPress installation process!"

Page 12: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Step 6: Complete the Installation

On this page, fill in the fields for: Site Name

Username

Password (needs to be entered twice)

Email address (login information will be sent to this email address)

Select whether or not to have the search engines index the site

Click Install Now, and you should be taken to the final screen,

showing the following message:

Page 13: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Yahoo!! WordPress Installed!

Page 14: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Food for thought

Page 15: How to Install WordPress on a Web Server...Step 2: Upload WordPress to Hosting Account There are three available options for uploading WordPress to a hosting account. 1. Upload via

Any Questions?

Presented by:

Shafiq Lutaaya, Developer

Twitter:@LutayaShafiq

Developer

Twitter: @LutayaShafiq