filmov
tv
How to install wordpress in Linode VPS complete tutorial Cent OS 6 5
![preview_player](https://i.ytimg.com/vi/pihkIQEDdXM/maxresdefault.jpg)
Показать описание
In this video I have explained how we can install Wordpress using Linode VPS hosting with Cent OS 6.5 Deploy method.
Method: -First login to Linode account
-Click on Add a Linode.
-Select the Package and nearest location from your location.
-Once it is created, deploy an image ( which would be OS)
-Once you have selected OS 6.5 as an option.
-After this we need to boot the server.
-Now we need to configure it using the commands unlike Windows OS.
Go to the Remote access tab and copy the IP address.
-Once it is downloaded, please open it and type the ip address and click on open
-It may ask you to click on yes for security and then ask for the user name and the password.
-We can login as root which is our main access credentials to the server and then password and we are in to the server remotely.
Commands :
1: Update:-yum update
2: SQL server: yum install mysql-server
-This will install the SQL and now we need to start it.
-service mysqld start
3:- mysql_secure_installation
-It will ask you to enter the password for the root or setup a new password, select Y and type the new password.
-Remove anonymous user:- Y
-Disallow root Login- Y
-Remove the test database: - Y
-Reload Privillaged tables- Y
All done !!!!
4: Install PHP:- yum install php
configuration command: yum install php-gd php-mbstring php-mcrypt php-pear php-mysql
-Start service: service httpd start
Now check the ip address on any browser, it should open apache 2 test page.
Wordpress installation:
-cd
-cd var/www
-ls
-we will notice that we are in www folder.
-ls
-rm -rf html
-mv wordpress html
-ls
-chmod 777 html
go back to web browser and type this command in address bar:
We will get some error as we did not create any database so now we will create it.
GO back to putty
-mysql -h localhost -u root -p
-enter the password
-create database fixerzone
-show databases
Go back to the web browser and type the same address
- it should work , click on lets go
-type database name
-user name
-password
-database host
-table prefix
Click on submit
-Click on run the instal
-Enter the site title
-User name
-Write down the password
-enter the email address.
-Install wordpress
After installation it will ask you to login , enter the credentials and you will be ready to go.
I have explain each and every steps above, if you face any issue, please do let me know in the comment so that I Can try to assist you better.
Please subscribe and share !!!
Method: -First login to Linode account
-Click on Add a Linode.
-Select the Package and nearest location from your location.
-Once it is created, deploy an image ( which would be OS)
-Once you have selected OS 6.5 as an option.
-After this we need to boot the server.
-Now we need to configure it using the commands unlike Windows OS.
Go to the Remote access tab and copy the IP address.
-Once it is downloaded, please open it and type the ip address and click on open
-It may ask you to click on yes for security and then ask for the user name and the password.
-We can login as root which is our main access credentials to the server and then password and we are in to the server remotely.
Commands :
1: Update:-yum update
2: SQL server: yum install mysql-server
-This will install the SQL and now we need to start it.
-service mysqld start
3:- mysql_secure_installation
-It will ask you to enter the password for the root or setup a new password, select Y and type the new password.
-Remove anonymous user:- Y
-Disallow root Login- Y
-Remove the test database: - Y
-Reload Privillaged tables- Y
All done !!!!
4: Install PHP:- yum install php
configuration command: yum install php-gd php-mbstring php-mcrypt php-pear php-mysql
-Start service: service httpd start
Now check the ip address on any browser, it should open apache 2 test page.
Wordpress installation:
-cd
-cd var/www
-ls
-we will notice that we are in www folder.
-ls
-rm -rf html
-mv wordpress html
-ls
-chmod 777 html
go back to web browser and type this command in address bar:
We will get some error as we did not create any database so now we will create it.
GO back to putty
-mysql -h localhost -u root -p
-enter the password
-create database fixerzone
-show databases
Go back to the web browser and type the same address
- it should work , click on lets go
-type database name
-user name
-password
-database host
-table prefix
Click on submit
-Click on run the instal
-Enter the site title
-User name
-Write down the password
-enter the email address.
-Install wordpress
After installation it will ask you to login , enter the credentials and you will be ready to go.
I have explain each and every steps above, if you face any issue, please do let me know in the comment so that I Can try to assist you better.
Please subscribe and share !!!
Комментарии