Ricardo
New member
- Joined
- Jan 28, 2015
- Messages
- 14
- Points
- 0
In these simple steps I will explain how to install WordPress manually on your web hosting server.
Step 1/ Enter wordpress.org to download latest wordpress package (The difference between wordpress.org and wordpress.com I will explain it in another thread). Once inside you will see a blue button that says "Download WordPress 4.1.1". By clicking download!. Automatically you will download the .zip with the latest version of WordPress.
Step 2/ Go to your cPanel Hosting and click "MySQL Databases" to create a database. Create a MySQL user with a password. Now add that user to the database you created.
Step 3/ Go to folder contain config file and to know the Host databases on your server. That information getting into the top left corner. It is almost always "localhost", but it is still good that you check to keep you safe and not waste time. Then open the .zip file and complete WordPress anywhere extract it and open the wp-config-sample.php file and change it to wp-config.php. I have Dreamweaver, but you can use any web editor or even notepad or notepad++.
Step 4/ Once opened wp-config.php and modify informatin as following:
Once the connection is established with your server, you select all files and spears inside the folder.
Step 6/ When you finish uploading the files to go to the URL of your page, where you are greeted by WordPress displayed. You'll ask for a name for the site you are creating and also a username and password to login to the desktop. The e-mail is important because if you get to lose the password, because there reach you instructions to place a new one.
Step 7/ You click on "Install" and finish the installation and now you have WordPress on your domain.
Hope that helps!
Step 1/ Enter wordpress.org to download latest wordpress package (The difference between wordpress.org and wordpress.com I will explain it in another thread). Once inside you will see a blue button that says "Download WordPress 4.1.1". By clicking download!. Automatically you will download the .zip with the latest version of WordPress.
Step 2/ Go to your cPanel Hosting and click "MySQL Databases" to create a database. Create a MySQL user with a password. Now add that user to the database you created.
Step 3/ Go to folder contain config file and to know the Host databases on your server. That information getting into the top left corner. It is almost always "localhost", but it is still good that you check to keep you safe and not waste time. Then open the .zip file and complete WordPress anywhere extract it and open the wp-config-sample.php file and change it to wp-config.php. I have Dreamweaver, but you can use any web editor or even notepad or notepad++.
Step 4/ Once opened wp-config.php and modify informatin as following:
Step 5/ You open the FTP application and connect to your host. If you do not know how this app works you can check this post How to Upload Files to an Ftp ServerDB-NAME: here are going to put the name of the database you created.
DB-USER: this refers to the user you added to the base data.
DB PASSWORD: the key to your user.
DB-HOST: fill with localhost. this is common thing that web hosting is using.
Once the connection is established with your server, you select all files and spears inside the folder.
Step 6/ When you finish uploading the files to go to the URL of your page, where you are greeted by WordPress displayed. You'll ask for a name for the site you are creating and also a username and password to login to the desktop. The e-mail is important because if you get to lose the password, because there reach you instructions to place a new one.
Step 7/ You click on "Install" and finish the installation and now you have WordPress on your domain.
Hope that helps!