SlideShare a Scribd company logo
1 of 15
Download to read offline
1 | P a g e JenniferSBailey.com v1
Manually Installing WordPress
I have tried to make this section as easy to follow as possible, however all web hosts
are different. I have used some screen shots to help you along. If in any doubt I
would seriously consider taking a second web hosting account with someone like
Hostgator because it will make your life a whole lot easier! For more details check
out: http://codex.wordpress.org/Installing_WordPress
What tools do I need to install WordPress manually?
When installing WordPress manually it is recommended that you certain
tools/information. All these tools are readily available for free on the Internet or on
your PC.
1. Access to your web server via FTP (File Transfer Protocol) or equivalent.
2. Text Editor that uses plain text such as Notepad (not Microsoft Word)
3. FTP client (e.g. Filezilla - http://filezilla-project.org/ or Cyberduck
http://cyberduck.ch/)
4. Web browser (e.g. Chrome, Firefox, Internet Explorer or Safari)
The first thing that you need to do is to check that your web host meets the
minimum requirements. The most up to date requirements can be found on the
WordPress support site http://wordpress.org/about/requirements/. There is also a
handy email script which you can copy and paste into an email and send to your
hosting company asking whether they meet the minimum requirements!
Step 1 - Downloading and Extracting the WordPress files
Step 1.1 Go to http://wordpress.org/download/. Click the blue ‘Download WordPress’
button to download the latest version of WordPress onto your computer. It will be a
Zip file.
2 | P a g e JenniferSBailey.com v1
Step 1.2 Save the file where you can easily find it.
Step 1.3 Unzip the files – depending on the version of Windows that you are using
may be able to just click on the file and it will unzip for you. If not may need an
unzipping tool to do this. Make sure that the unzipped folder is saved somewhere
easy to find!
Step 2 - Creating the Database, Username and Password
Step 2.1 You need to create a MySQL database and username for the installation.
Login to your host’s control panel or cPanel and look for a link called MySQL,
databases or something like that. I have demonstrated using cPanel as an
example. As all web hosts are different you may need to ask their advice.
3 | P a g e JenniferSBailey.com v1
Step 2.2 Create the database, giving it a name that you will recognise, for example
if it is for your blog you could use the suffix ‘blog’. I have used ‘testdb’ in this case.
Make sure you write down the whole database name, mine would be:
jsbailey_testdb as you will need it later.
Step 2.3 Create a username and password. I have used jsbailey_testuse as my
username and password ‘Password13’ (you will need to choose a stronger one, or
use the Password Generator to generate one for you). Make sure you write down
your username and password as you will need it later. Then click ‘Create
User’.
4 | P a g e JenniferSBailey.com v1
Step 2.4 In some cases you may need to add the user to the database (if you
haven’t used the Wizard). Within the cPanel, which I used, you choose the database
and the username from the dropdown list. The click ‘Add’.
Step 2.5 When you add the username to the database you will be asked to set the
user privileges, make sure you select ‘All Privileges’. Then click ‘Save Changes’.
5 | P a g e JenniferSBailey.com v1
Note: Sometimes during this process you will need to put in a database host. Often
it is ‘localhost’ but check out this list to confirm what your webhost requires.
http://codex.wordpress.org/Editing_wp-config.php#Possible_DB_HOST_values
Step 3 - Editing and Renaming the WP-Config.php Files
Step 3.1 Open up the WordPress files that we downloaded in Step 3 and look for a
file called wp-config-sample.php.
Step 3.2 You now need to open the file in your text editor. I am using Notepad
which is usually found the ‘Accessories’ directory (on a Windows PC).
Open Notepad and click ‘File’
6 | P a g e JenniferSBailey.com v1
Step 3.3 Select ‘All Files’.
7 | P a g e JenniferSBailey.com v1
Step 3.4 Scroll down the screen until you locate ‘wp-config-sample’, select it, then
click ‘Open’.
Step 3.5 Edit the file to include the database name, username, password and
hostname as created in the previous steps.
8 | P a g e JenniferSBailey.com v1
Using my example above in Step 2. My database name would be ‘jsbailey_testdb’,
my username: ‘jsbailey_testuse’ and my password: ‘Password123’.
Step 3.6 Next move down the files in Notepad until you find 8 lines with ‘put your
unique phrase here’.
Click on the URL they provide (https://api.wordpress.org/secret-key/1.1/salt/). You
will be generated some special secret codes (see below)
9 | P a g e JenniferSBailey.com v1
Copy and paste each code in the equivalent line in wp-config file (below). Make sure
that you have not duplicated the singe quotes (‘) at the beginning or end of the
phrase as it will stip it working (as I discovered!)
Step 3.7 Once you have done these steps you can rename the file. Click ‘File’,
‘Save as’ and then rename the file WP-Config.php.
10 | P a g e JenniferSBailey.com
v1
For more information on editing this file – please check out
http://codex.wordpress.org/Editing_wp-config.php
Step 4 – Uploading WordPress to your Web Host (Using a FTP
Client)
I tend to use Filezilla as my FTP (File Transfer Protocol) client whenever I need to
transfer files to and from my web host server. Not only is it free, but it is also the
recommended software for use with WordPress. It can be found at http://filezilla-
project.org/. If you are using a Mac then could use http://cyberduck.ch/ as an
alternative.
11 | P a g e JenniferSBailey.com
v1
Step 4.1 Download and install the FTP software.
Next you will need to configure the FTP software to talk to your server.
To do this you will need:
Your website ftp information, this is usually something like ftp:yourdomain.com, your
web hosts login username and password (usually sent to you on an email when you
set up your web hosting account).
Step 4.2 Open up the FTP software.
Step 4.3 Click on the ‘File’ menu and then ‘Site Manager’
Step 4.4 Click ‘New Site’ and enter your FTP information. Remember passwords
maybe case sensitive!
Click ‘OK’ to save the information or choose ‘Connect’ to connect with the server.
12 | P a g e JenniferSBailey.com
v1
Step 4.5 Connect to the server if you have not already done so. Before it connects
you will see your computer files on the left hand side pane under ‘Local Site’, with an
empty right hand pane. Once connected files will begin arriving in the ‘Remote Site’
pane on the right hand side. Your computer files.
Step 4.6 You now need to decide where you are going to put your WordPress files,
for example is going to be on the main domain e.g. http://mydomain.com or in a
subdirectory such as http://mydomain.com/blog. In my example blow I am copying
13 | P a g e JenniferSBailey.com
v1
them to a directory/ folder called ‘testblog’ Note: In Hostgator all the website files
are placed in the public_html directory.
Copy all the files from within the downloaded and unzipped WordPress folder (not
the folder itself) to your remote site. Just drag and drop them across from the
‘Local Site’ pane to the ‘Remote Site’ pane.
Step 5 – Run the Install Script
You can now visit your new WordPress site and finish the installation process.
Step 5.1 Type in the URL of your new WordPress site followed by /wp-
admin/install.php
e.g. http://ww.mydomain.com/wp-admin/install.php
All being well you should be greeted by this screen. Complete all the sections – Site
Title, Username, Password and Email Address (Note: Your username is used for
logging in and CANNOT changed later). Then click ‘Install Wordpress’.
14 | P a g e JenniferSBailey.com
v1
Step 5.2 Once you have completed the previous screen (in step 5.1), you will see
the confirmation screen. Congratulations WordPress is installed! Click ‘Log in’ to be
taken to the Login Screen.
15 | P a g e JenniferSBailey.com
v1
If you plan to login now go to ‘How to Login to WordPress’ Step 7.2, if not start from
Step 7.1.

More Related Content

What's hot

Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress developmentSteve Mortiboy
 
WordCamp SF 2011: Debugging in WordPress
WordCamp SF 2011: Debugging in WordPressWordCamp SF 2011: Debugging in WordPress
WordCamp SF 2011: Debugging in WordPressandrewnacin
 
How to install wordpress
How to install wordpressHow to install wordpress
How to install wordpressAtul Shedage
 
Managing Multisite: Lessons from a Large Network
Managing Multisite: Lessons from a Large NetworkManaging Multisite: Lessons from a Large Network
Managing Multisite: Lessons from a Large NetworkWilliam Earnhardt
 
WordPress Performance optimization
WordPress Performance optimizationWordPress Performance optimization
WordPress Performance optimizationBrecht Ryckaert
 
Wordpress Plugin Development Short Tutorial
Wordpress Plugin Development Short TutorialWordpress Plugin Development Short Tutorial
Wordpress Plugin Development Short TutorialChristos Zigkolis
 
How to install a local instance of WordPress
How to install a local instance of WordPressHow to install a local instance of WordPress
How to install a local instance of WordPresssomisguided
 
How to develope plugin in wordpress: 6 simple steps.
How to develope plugin in wordpress: 6 simple steps.How to develope plugin in wordpress: 6 simple steps.
How to develope plugin in wordpress: 6 simple steps.Jay Bharat
 
WordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress PublishWordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress PublishMichele Butcher-Jones
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorialmandy_c
 
Word press maintenance mode after upgrade
Word press maintenance mode after upgradeWord press maintenance mode after upgrade
Word press maintenance mode after upgradeJitesh Dhamniya
 
Install Word Press with xampp
Install Word Press with xamppInstall Word Press with xampp
Install Word Press with xamppMehdi Sharifirad
 
Backup Restore Migration Wordpress hosted on 1and1
Backup Restore Migration Wordpress hosted on 1and1Backup Restore Migration Wordpress hosted on 1and1
Backup Restore Migration Wordpress hosted on 1and1Francisco Servera
 
Developers, Be a Bada$$ with WP-CLI
Developers, Be a Bada$$ with WP-CLIDevelopers, Be a Bada$$ with WP-CLI
Developers, Be a Bada$$ with WP-CLIWP Engine
 
Step by step guide for creating wordpress plugin
Step by step guide for creating wordpress pluginStep by step guide for creating wordpress plugin
Step by step guide for creating wordpress pluginMainak Goswami
 
WordPress Server Security
WordPress Server SecurityWordPress Server Security
WordPress Server SecurityPeter Baylies
 
Wordpress CMS tutorial and guide manual
Wordpress CMS tutorial and guide manualWordpress CMS tutorial and guide manual
Wordpress CMS tutorial and guide manualRalph Francis Cue
 

What's hot (20)

Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress development
 
WordCamp SF 2011: Debugging in WordPress
WordCamp SF 2011: Debugging in WordPressWordCamp SF 2011: Debugging in WordPress
WordCamp SF 2011: Debugging in WordPress
 
How to install wordpress
How to install wordpressHow to install wordpress
How to install wordpress
 
Managing Multisite: Lessons from a Large Network
Managing Multisite: Lessons from a Large NetworkManaging Multisite: Lessons from a Large Network
Managing Multisite: Lessons from a Large Network
 
WordPress Performance optimization
WordPress Performance optimizationWordPress Performance optimization
WordPress Performance optimization
 
Wordpress Plugin Development Short Tutorial
Wordpress Plugin Development Short TutorialWordpress Plugin Development Short Tutorial
Wordpress Plugin Development Short Tutorial
 
How to install a local instance of WordPress
How to install a local instance of WordPressHow to install a local instance of WordPress
How to install a local instance of WordPress
 
Zero To WordPress Plubish
Zero To WordPress PlubishZero To WordPress Plubish
Zero To WordPress Plubish
 
How to develope plugin in wordpress: 6 simple steps.
How to develope plugin in wordpress: 6 simple steps.How to develope plugin in wordpress: 6 simple steps.
How to develope plugin in wordpress: 6 simple steps.
 
WordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress PublishWordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress Publish
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
Word press maintenance mode after upgrade
Word press maintenance mode after upgradeWord press maintenance mode after upgrade
Word press maintenance mode after upgrade
 
Install Word Press with xampp
Install Word Press with xamppInstall Word Press with xampp
Install Word Press with xampp
 
Backup Restore Migration Wordpress hosted on 1and1
Backup Restore Migration Wordpress hosted on 1and1Backup Restore Migration Wordpress hosted on 1and1
Backup Restore Migration Wordpress hosted on 1and1
 
Developers, Be a Bada$$ with WP-CLI
Developers, Be a Bada$$ with WP-CLIDevelopers, Be a Bada$$ with WP-CLI
Developers, Be a Bada$$ with WP-CLI
 
Step by step guide for creating wordpress plugin
Step by step guide for creating wordpress pluginStep by step guide for creating wordpress plugin
Step by step guide for creating wordpress plugin
 
WordPress Server Security
WordPress Server SecurityWordPress Server Security
WordPress Server Security
 
Wordpress ppt
Wordpress pptWordpress ppt
Wordpress ppt
 
Oneclick Features
Oneclick FeaturesOneclick Features
Oneclick Features
 
Wordpress CMS tutorial and guide manual
Wordpress CMS tutorial and guide manualWordpress CMS tutorial and guide manual
Wordpress CMS tutorial and guide manual
 

Viewers also liked

Momentos memoráveis - Ilu 4
Momentos memoráveis - Ilu 4Momentos memoráveis - Ilu 4
Momentos memoráveis - Ilu 4Cristielen Souza
 
Жиденко Анна+массажный салон
Жиденко Анна+массажный салонЖиденко Анна+массажный салон
Жиденко Анна+массажный салонАнна Жиденко
 
Find New Suppliers Fast with Ariba Discovery in P2P and P2O
Find New Suppliers Fast with Ariba Discovery in P2P and P2OFind New Suppliers Fast with Ariba Discovery in P2P and P2O
Find New Suppliers Fast with Ariba Discovery in P2P and P2OSAP Ariba
 
Cassandra advanced data modeling
Cassandra advanced data modelingCassandra advanced data modeling
Cassandra advanced data modelingRomain Hardouin
 
Temporomandibular joint and mandibular movement/ oral surgery courses  
Temporomandibular joint and mandibular movement/ oral surgery courses  Temporomandibular joint and mandibular movement/ oral surgery courses  
Temporomandibular joint and mandibular movement/ oral surgery courses  Indian dental academy
 
Muscles of mastication /orthodontic courses by Indian dental academy 
Muscles of mastication /orthodontic courses by Indian dental academy Muscles of mastication /orthodontic courses by Indian dental academy 
Muscles of mastication /orthodontic courses by Indian dental academy Indian dental academy
 
Implant occlusion and failures1/ dental crown & bridge courses
Implant occlusion and failures1/ dental crown & bridge coursesImplant occlusion and failures1/ dental crown & bridge courses
Implant occlusion and failures1/ dental crown & bridge coursesIndian dental academy
 
Eccentric movements of mandibular movements/prosthodontic courses
Eccentric movements of mandibular movements/prosthodontic coursesEccentric movements of mandibular movements/prosthodontic courses
Eccentric movements of mandibular movements/prosthodontic coursesIndian dental academy
 
mechanics of Mandibular movement
mechanics of Mandibular movement mechanics of Mandibular movement
mechanics of Mandibular movement Ahmad F Al-mohamad
 
Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...Sri Ambati
 
Occlusion / orthodontic continuing education
Occlusion / orthodontic continuing educationOcclusion / orthodontic continuing education
Occlusion / orthodontic continuing educationIndian dental academy
 
Manage Supplier Risk in Supply Chain Through Real-Time Market Feedback
Manage Supplier Risk in Supply Chain Through Real-Time Market FeedbackManage Supplier Risk in Supply Chain Through Real-Time Market Feedback
Manage Supplier Risk in Supply Chain Through Real-Time Market FeedbackSAP Ariba
 
H2O PySparkling Water
H2O PySparkling WaterH2O PySparkling Water
H2O PySparkling WaterSri Ambati
 
Your Future HTML: The Evolution of Site Design with Web Components
Your Future HTML: The Evolution of Site Design with Web ComponentsYour Future HTML: The Evolution of Site Design with Web Components
Your Future HTML: The Evolution of Site Design with Web ComponentsKen Tabor
 
Ivo Peksens - What is a Scrum Master?
Ivo Peksens -  What is a Scrum Master?Ivo Peksens -  What is a Scrum Master?
Ivo Peksens - What is a Scrum Master?Agile Lietuva
 
Code with Empathy: UX for Engineers and UX Developers
Code with Empathy: UX for Engineers and UX DevelopersCode with Empathy: UX for Engineers and UX Developers
Code with Empathy: UX for Engineers and UX DevelopersAnita Cheng
 
Pair Programming demystified
Pair Programming demystifiedPair Programming demystified
Pair Programming demystifiedDaftcode
 

Viewers also liked (20)

Magazine Nienke
Magazine Nienke Magazine Nienke
Magazine Nienke
 
Momentos memoráveis - Ilu 4
Momentos memoráveis - Ilu 4Momentos memoráveis - Ilu 4
Momentos memoráveis - Ilu 4
 
Жиденко Анна+массажный салон
Жиденко Анна+массажный салонЖиденко Анна+массажный салон
Жиденко Анна+массажный салон
 
Find New Suppliers Fast with Ariba Discovery in P2P and P2O
Find New Suppliers Fast with Ariba Discovery in P2P and P2OFind New Suppliers Fast with Ariba Discovery in P2P and P2O
Find New Suppliers Fast with Ariba Discovery in P2P and P2O
 
Cassandra advanced data modeling
Cassandra advanced data modelingCassandra advanced data modeling
Cassandra advanced data modeling
 
Mml
MmlMml
Mml
 
Temporomandibular joint and mandibular movement/ oral surgery courses  
Temporomandibular joint and mandibular movement/ oral surgery courses  Temporomandibular joint and mandibular movement/ oral surgery courses  
Temporomandibular joint and mandibular movement/ oral surgery courses  
 
Muscles of mastication /orthodontic courses by Indian dental academy 
Muscles of mastication /orthodontic courses by Indian dental academy Muscles of mastication /orthodontic courses by Indian dental academy 
Muscles of mastication /orthodontic courses by Indian dental academy 
 
Implant occlusion and failures1/ dental crown & bridge courses
Implant occlusion and failures1/ dental crown & bridge coursesImplant occlusion and failures1/ dental crown & bridge courses
Implant occlusion and failures1/ dental crown & bridge courses
 
Eccentric movements of mandibular movements/prosthodontic courses
Eccentric movements of mandibular movements/prosthodontic coursesEccentric movements of mandibular movements/prosthodontic courses
Eccentric movements of mandibular movements/prosthodontic courses
 
mechanics of Mandibular movement
mechanics of Mandibular movement mechanics of Mandibular movement
mechanics of Mandibular movement
 
Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...Building a Real-Time Security Application Using Log Data and Machine Learning...
Building a Real-Time Security Application Using Log Data and Machine Learning...
 
Moda e estilo
Moda e estilo Moda e estilo
Moda e estilo
 
Occlusion / orthodontic continuing education
Occlusion / orthodontic continuing educationOcclusion / orthodontic continuing education
Occlusion / orthodontic continuing education
 
Manage Supplier Risk in Supply Chain Through Real-Time Market Feedback
Manage Supplier Risk in Supply Chain Through Real-Time Market FeedbackManage Supplier Risk in Supply Chain Through Real-Time Market Feedback
Manage Supplier Risk in Supply Chain Through Real-Time Market Feedback
 
H2O PySparkling Water
H2O PySparkling WaterH2O PySparkling Water
H2O PySparkling Water
 
Your Future HTML: The Evolution of Site Design with Web Components
Your Future HTML: The Evolution of Site Design with Web ComponentsYour Future HTML: The Evolution of Site Design with Web Components
Your Future HTML: The Evolution of Site Design with Web Components
 
Ivo Peksens - What is a Scrum Master?
Ivo Peksens -  What is a Scrum Master?Ivo Peksens -  What is a Scrum Master?
Ivo Peksens - What is a Scrum Master?
 
Code with Empathy: UX for Engineers and UX Developers
Code with Empathy: UX for Engineers and UX DevelopersCode with Empathy: UX for Engineers and UX Developers
Code with Empathy: UX for Engineers and UX Developers
 
Pair Programming demystified
Pair Programming demystifiedPair Programming demystified
Pair Programming demystified
 

Similar to Quick start website manually installing word press pdf

Installing WordPress The Right Way
Installing WordPress The Right WayInstalling WordPress The Right Way
Installing WordPress The Right WayChris Burgess
 
FROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMP
FROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMPFROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMP
FROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMPParsons
 
How To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdfHow To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdfHost It Smart
 
How to Install WordPress 2014 in cPanel
How to Install WordPress 2014 in cPanelHow to Install WordPress 2014 in cPanel
How to Install WordPress 2014 in cPanelKim Muellner
 
How to install wordpress on wampserver
How to install wordpress on wampserverHow to install wordpress on wampserver
How to install wordpress on wampservershreyakp
 
Installing php and my sql locally using xampp
Installing php and my sql locally using xamppInstalling php and my sql locally using xampp
Installing php and my sql locally using xampppeyman Ghader Kurehpaz
 
Web hosting.pptx
Web hosting.pptxWeb hosting.pptx
Web hosting.pptxSahil467698
 
Owning word press all you need to know as a wordpress developer by lutaaya ...
Owning word press   all you need to know as a wordpress developer by lutaaya ...Owning word press   all you need to know as a wordpress developer by lutaaya ...
Owning word press all you need to know as a wordpress developer by lutaaya ...Lutaaya Shafiq
 
Installation xampp and WordPress on localhost
Installation xampp and WordPress on localhostInstallation xampp and WordPress on localhost
Installation xampp and WordPress on localhostLuzan Baral
 
Installation instruction of Testlink
Installation instruction of TestlinkInstallation instruction of Testlink
Installation instruction of Testlinkusha kannappan
 
Wordpress
WordpressWordpress
Wordpressmandipk
 
How to Install a PHP Script in cPanel.pdf
How to Install a PHP Script in cPanel.pdfHow to Install a PHP Script in cPanel.pdf
How to Install a PHP Script in cPanel.pdfHost It Smart
 
Wamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationWamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationChetan Soni
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop Ella J Designs
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments Ohad Raz
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Boxguest34a3a419
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows BoxJayanta Dash
 
How to install joomla 2.5
How to install joomla 2.5How to install joomla 2.5
How to install joomla 2.5Kamis Kalees
 
WordPress Setup and Security (Please look for the newer version!)
WordPress Setup and Security (Please look for the newer version!)WordPress Setup and Security (Please look for the newer version!)
WordPress Setup and Security (Please look for the newer version!)Michael Carnell
 

Similar to Quick start website manually installing word press pdf (20)

Installing WordPress The Right Way
Installing WordPress The Right WayInstalling WordPress The Right Way
Installing WordPress The Right Way
 
FROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMP
FROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMPFROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMP
FROM LOCAL TO LIVE: EXPORTING WORDPRESS FROM MAMP
 
How To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdfHow To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdf
 
How to Install WordPress 2014 in cPanel
How to Install WordPress 2014 in cPanelHow to Install WordPress 2014 in cPanel
How to Install WordPress 2014 in cPanel
 
How to install wordpress on wampserver
How to install wordpress on wampserverHow to install wordpress on wampserver
How to install wordpress on wampserver
 
Installing php and my sql locally using xampp
Installing php and my sql locally using xamppInstalling php and my sql locally using xampp
Installing php and my sql locally using xampp
 
Web hosting.pptx
Web hosting.pptxWeb hosting.pptx
Web hosting.pptx
 
Owning word press all you need to know as a wordpress developer by lutaaya ...
Owning word press   all you need to know as a wordpress developer by lutaaya ...Owning word press   all you need to know as a wordpress developer by lutaaya ...
Owning word press all you need to know as a wordpress developer by lutaaya ...
 
Installation xampp and WordPress on localhost
Installation xampp and WordPress on localhostInstallation xampp and WordPress on localhost
Installation xampp and WordPress on localhost
 
Installation instruction of Testlink
Installation instruction of TestlinkInstallation instruction of Testlink
Installation instruction of Testlink
 
Wordpress
WordpressWordpress
Wordpress
 
WordPress for Beginner
WordPress for BeginnerWordPress for Beginner
WordPress for Beginner
 
How to Install a PHP Script in cPanel.pdf
How to Install a PHP Script in cPanel.pdfHow to Install a PHP Script in cPanel.pdf
How to Install a PHP Script in cPanel.pdf
 
Wamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationWamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and Configuration
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Box
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Box
 
How to install joomla 2.5
How to install joomla 2.5How to install joomla 2.5
How to install joomla 2.5
 
WordPress Setup and Security (Please look for the newer version!)
WordPress Setup and Security (Please look for the newer version!)WordPress Setup and Security (Please look for the newer version!)
WordPress Setup and Security (Please look for the newer version!)
 

More from viet nghiem

Hello and welcome
Hello and welcomeHello and welcome
Hello and welcomeviet nghiem
 
11 pre-launch checklist
11   pre-launch checklist11   pre-launch checklist
11 pre-launch checklistviet nghiem
 
10 seo resources-skillfeed
10   seo resources-skillfeed10   seo resources-skillfeed
10 seo resources-skillfeedviet nghiem
 
5 domain name worksheet
5   domain name worksheet5   domain name worksheet
5 domain name worksheetviet nghiem
 
3 service page worksheet
3   service page worksheet3   service page worksheet
3 service page worksheetviet nghiem
 
Woo commerce google-analytics-integration
Woo commerce google-analytics-integrationWoo commerce google-analytics-integration
Woo commerce google-analytics-integrationviet nghiem
 
Updating woo commerce
Updating woo commerceUpdating woo commerce
Updating woo commerceviet nghiem
 
Storefront word press-guide-sk
Storefront word press-guide-skStorefront word press-guide-sk
Storefront word press-guide-skviet nghiem
 
Skillshare conclusion-chapter-4
Skillshare conclusion-chapter-4Skillshare conclusion-chapter-4
Skillshare conclusion-chapter-4viet nghiem
 
Skillshare conclusion-chapter-3
Skillshare conclusion-chapter-3Skillshare conclusion-chapter-3
Skillshare conclusion-chapter-3viet nghiem
 
Skillshare conclusion-chapter-2
Skillshare conclusion-chapter-2Skillshare conclusion-chapter-2
Skillshare conclusion-chapter-2viet nghiem
 
Skillshare conclusion-chapter-1
Skillshare conclusion-chapter-1Skillshare conclusion-chapter-1
Skillshare conclusion-chapter-1viet nghiem
 
Skillfeed word press-course-anouncement-april-23-2015
Skillfeed word press-course-anouncement-april-23-2015Skillfeed word press-course-anouncement-april-23-2015
Skillfeed word press-course-anouncement-april-23-2015viet nghiem
 
Open graph example resources
Open graph example resourcesOpen graph example resources
Open graph example resourcesviet nghiem
 
Bloom instructions
Bloom instructionsBloom instructions
Bloom instructionsviet nghiem
 
Tài liệu sử dụng GitHub
Tài liệu sử dụng GitHubTài liệu sử dụng GitHub
Tài liệu sử dụng GitHubviet nghiem
 
Course Udemy WebDesign Basic
Course Udemy WebDesign BasicCourse Udemy WebDesign Basic
Course Udemy WebDesign Basicviet nghiem
 
100 ý tưởng lập fanpage facebook
100 ý tưởng lập fanpage facebook100 ý tưởng lập fanpage facebook
100 ý tưởng lập fanpage facebookviet nghiem
 

More from viet nghiem (20)

Hello and welcome
Hello and welcomeHello and welcome
Hello and welcome
 
11 pre-launch checklist
11   pre-launch checklist11   pre-launch checklist
11 pre-launch checklist
 
10 seo resources-skillfeed
10   seo resources-skillfeed10   seo resources-skillfeed
10 seo resources-skillfeed
 
5 domain name worksheet
5   domain name worksheet5   domain name worksheet
5 domain name worksheet
 
3 service page worksheet
3   service page worksheet3   service page worksheet
3 service page worksheet
 
Woo commerce google-analytics-integration
Woo commerce google-analytics-integrationWoo commerce google-analytics-integration
Woo commerce google-analytics-integration
 
Updating woo commerce
Updating woo commerceUpdating woo commerce
Updating woo commerce
 
Storefront word press-guide-sk
Storefront word press-guide-skStorefront word press-guide-sk
Storefront word press-guide-sk
 
Skillshare conclusion-chapter-4
Skillshare conclusion-chapter-4Skillshare conclusion-chapter-4
Skillshare conclusion-chapter-4
 
Skillshare conclusion-chapter-3
Skillshare conclusion-chapter-3Skillshare conclusion-chapter-3
Skillshare conclusion-chapter-3
 
Skillshare conclusion-chapter-2
Skillshare conclusion-chapter-2Skillshare conclusion-chapter-2
Skillshare conclusion-chapter-2
 
Skillshare conclusion-chapter-1
Skillshare conclusion-chapter-1Skillshare conclusion-chapter-1
Skillshare conclusion-chapter-1
 
Skillfeed word press-course-anouncement-april-23-2015
Skillfeed word press-course-anouncement-april-23-2015Skillfeed word press-course-anouncement-april-23-2015
Skillfeed word press-course-anouncement-april-23-2015
 
Open graph example resources
Open graph example resourcesOpen graph example resources
Open graph example resources
 
Off the page
Off the pageOff the page
Off the page
 
Bloom instructions
Bloom instructionsBloom instructions
Bloom instructions
 
Bloom links
Bloom linksBloom links
Bloom links
 
Tài liệu sử dụng GitHub
Tài liệu sử dụng GitHubTài liệu sử dụng GitHub
Tài liệu sử dụng GitHub
 
Course Udemy WebDesign Basic
Course Udemy WebDesign BasicCourse Udemy WebDesign Basic
Course Udemy WebDesign Basic
 
100 ý tưởng lập fanpage facebook
100 ý tưởng lập fanpage facebook100 ý tưởng lập fanpage facebook
100 ý tưởng lập fanpage facebook
 

Recently uploaded

Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncrdollysharma2066
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Call Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any TimeCall Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any Timedelhimodelshub1
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 

Recently uploaded (20)

Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Call Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any TimeCall Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any Time
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 

Quick start website manually installing word press pdf

  • 1. 1 | P a g e JenniferSBailey.com v1 Manually Installing WordPress I have tried to make this section as easy to follow as possible, however all web hosts are different. I have used some screen shots to help you along. If in any doubt I would seriously consider taking a second web hosting account with someone like Hostgator because it will make your life a whole lot easier! For more details check out: http://codex.wordpress.org/Installing_WordPress What tools do I need to install WordPress manually? When installing WordPress manually it is recommended that you certain tools/information. All these tools are readily available for free on the Internet or on your PC. 1. Access to your web server via FTP (File Transfer Protocol) or equivalent. 2. Text Editor that uses plain text such as Notepad (not Microsoft Word) 3. FTP client (e.g. Filezilla - http://filezilla-project.org/ or Cyberduck http://cyberduck.ch/) 4. Web browser (e.g. Chrome, Firefox, Internet Explorer or Safari) The first thing that you need to do is to check that your web host meets the minimum requirements. The most up to date requirements can be found on the WordPress support site http://wordpress.org/about/requirements/. There is also a handy email script which you can copy and paste into an email and send to your hosting company asking whether they meet the minimum requirements! Step 1 - Downloading and Extracting the WordPress files Step 1.1 Go to http://wordpress.org/download/. Click the blue ‘Download WordPress’ button to download the latest version of WordPress onto your computer. It will be a Zip file.
  • 2. 2 | P a g e JenniferSBailey.com v1 Step 1.2 Save the file where you can easily find it. Step 1.3 Unzip the files – depending on the version of Windows that you are using may be able to just click on the file and it will unzip for you. If not may need an unzipping tool to do this. Make sure that the unzipped folder is saved somewhere easy to find! Step 2 - Creating the Database, Username and Password Step 2.1 You need to create a MySQL database and username for the installation. Login to your host’s control panel or cPanel and look for a link called MySQL, databases or something like that. I have demonstrated using cPanel as an example. As all web hosts are different you may need to ask their advice.
  • 3. 3 | P a g e JenniferSBailey.com v1 Step 2.2 Create the database, giving it a name that you will recognise, for example if it is for your blog you could use the suffix ‘blog’. I have used ‘testdb’ in this case. Make sure you write down the whole database name, mine would be: jsbailey_testdb as you will need it later. Step 2.3 Create a username and password. I have used jsbailey_testuse as my username and password ‘Password13’ (you will need to choose a stronger one, or use the Password Generator to generate one for you). Make sure you write down your username and password as you will need it later. Then click ‘Create User’.
  • 4. 4 | P a g e JenniferSBailey.com v1 Step 2.4 In some cases you may need to add the user to the database (if you haven’t used the Wizard). Within the cPanel, which I used, you choose the database and the username from the dropdown list. The click ‘Add’. Step 2.5 When you add the username to the database you will be asked to set the user privileges, make sure you select ‘All Privileges’. Then click ‘Save Changes’.
  • 5. 5 | P a g e JenniferSBailey.com v1 Note: Sometimes during this process you will need to put in a database host. Often it is ‘localhost’ but check out this list to confirm what your webhost requires. http://codex.wordpress.org/Editing_wp-config.php#Possible_DB_HOST_values Step 3 - Editing and Renaming the WP-Config.php Files Step 3.1 Open up the WordPress files that we downloaded in Step 3 and look for a file called wp-config-sample.php. Step 3.2 You now need to open the file in your text editor. I am using Notepad which is usually found the ‘Accessories’ directory (on a Windows PC). Open Notepad and click ‘File’
  • 6. 6 | P a g e JenniferSBailey.com v1 Step 3.3 Select ‘All Files’.
  • 7. 7 | P a g e JenniferSBailey.com v1 Step 3.4 Scroll down the screen until you locate ‘wp-config-sample’, select it, then click ‘Open’. Step 3.5 Edit the file to include the database name, username, password and hostname as created in the previous steps.
  • 8. 8 | P a g e JenniferSBailey.com v1 Using my example above in Step 2. My database name would be ‘jsbailey_testdb’, my username: ‘jsbailey_testuse’ and my password: ‘Password123’. Step 3.6 Next move down the files in Notepad until you find 8 lines with ‘put your unique phrase here’. Click on the URL they provide (https://api.wordpress.org/secret-key/1.1/salt/). You will be generated some special secret codes (see below)
  • 9. 9 | P a g e JenniferSBailey.com v1 Copy and paste each code in the equivalent line in wp-config file (below). Make sure that you have not duplicated the singe quotes (‘) at the beginning or end of the phrase as it will stip it working (as I discovered!) Step 3.7 Once you have done these steps you can rename the file. Click ‘File’, ‘Save as’ and then rename the file WP-Config.php.
  • 10. 10 | P a g e JenniferSBailey.com v1 For more information on editing this file – please check out http://codex.wordpress.org/Editing_wp-config.php Step 4 – Uploading WordPress to your Web Host (Using a FTP Client) I tend to use Filezilla as my FTP (File Transfer Protocol) client whenever I need to transfer files to and from my web host server. Not only is it free, but it is also the recommended software for use with WordPress. It can be found at http://filezilla- project.org/. If you are using a Mac then could use http://cyberduck.ch/ as an alternative.
  • 11. 11 | P a g e JenniferSBailey.com v1 Step 4.1 Download and install the FTP software. Next you will need to configure the FTP software to talk to your server. To do this you will need: Your website ftp information, this is usually something like ftp:yourdomain.com, your web hosts login username and password (usually sent to you on an email when you set up your web hosting account). Step 4.2 Open up the FTP software. Step 4.3 Click on the ‘File’ menu and then ‘Site Manager’ Step 4.4 Click ‘New Site’ and enter your FTP information. Remember passwords maybe case sensitive! Click ‘OK’ to save the information or choose ‘Connect’ to connect with the server.
  • 12. 12 | P a g e JenniferSBailey.com v1 Step 4.5 Connect to the server if you have not already done so. Before it connects you will see your computer files on the left hand side pane under ‘Local Site’, with an empty right hand pane. Once connected files will begin arriving in the ‘Remote Site’ pane on the right hand side. Your computer files. Step 4.6 You now need to decide where you are going to put your WordPress files, for example is going to be on the main domain e.g. http://mydomain.com or in a subdirectory such as http://mydomain.com/blog. In my example blow I am copying
  • 13. 13 | P a g e JenniferSBailey.com v1 them to a directory/ folder called ‘testblog’ Note: In Hostgator all the website files are placed in the public_html directory. Copy all the files from within the downloaded and unzipped WordPress folder (not the folder itself) to your remote site. Just drag and drop them across from the ‘Local Site’ pane to the ‘Remote Site’ pane. Step 5 – Run the Install Script You can now visit your new WordPress site and finish the installation process. Step 5.1 Type in the URL of your new WordPress site followed by /wp- admin/install.php e.g. http://ww.mydomain.com/wp-admin/install.php All being well you should be greeted by this screen. Complete all the sections – Site Title, Username, Password and Email Address (Note: Your username is used for logging in and CANNOT changed later). Then click ‘Install Wordpress’.
  • 14. 14 | P a g e JenniferSBailey.com v1 Step 5.2 Once you have completed the previous screen (in step 5.1), you will see the confirmation screen. Congratulations WordPress is installed! Click ‘Log in’ to be taken to the Login Screen.
  • 15. 15 | P a g e JenniferSBailey.com v1 If you plan to login now go to ‘How to Login to WordPress’ Step 7.2, if not start from Step 7.1.