wordpress download
------------------------------ --------
http://wordpress.org/download/
cd /home/username/public_html
wget linklocation
tar xvzf worpress-version
Go to mysql
create database wordpress;
create user wordpress;
grant all privileges on wordpress.* to wordpress@your-ip identified by 'wordpresspassword';
flush privileges;
quit;
go to wordpress
Copy the wp-config-sample.php file to wp-config.php
Edit wp-config.php
restart apache n mysql.
take in browser.
http://your-ip/wordpress/wp-admin/install.php
------------------------------
http://wordpress.org/download/
cd /home/username/public_html
wget linklocation
tar xvzf worpress-version
Go to mysql
create database wordpress;
create user wordpress;
grant all privileges on wordpress.* to wordpress@your-ip identified by 'wordpresspassword';
flush privileges;
quit;
go to wordpress
Copy the wp-config-sample.php file to wp-config.php
Edit wp-config.php
define('DB_NAME', 'wordpress'); define('DB_USER', 'wordpress'); define('DB_PASSWORD', 'wordpresspassword'); define('DB_HOST', 'your ip');
restart apache n mysql.
take in browser.
http://your-ip/wordpress/wp-admin/install.php
wordpress installation tutorial
------------------------------
http://www.supriyadisw.net/
No comments:
Post a Comment