Home » » install and setup wordpress with CentOS Web Panel

install and setup wordpress with CentOS Web Panel

This is tutorial how to install and setup wordpress website on linux server with CentOS Web Panel (CWP)

Steps:
1. Create New Account from CWP under Accounts Menu
2. Create MySQL Database from CWP under SQL Services --> MySQL Manager --> Create Database and User
3. Download Wordpress installation files in users public_html folder

4a.
Install from SSH (do not forget to replace USERNAME with your users username)
# cd /home/USERNAME/public_html
# wget http://wordpress.org/latest.tar.gz
tar xvzf latest.tar.gz
# mv wordpress/* .
# rm -Rf wordpress
# chown -R USERNAME:USERNAME *

4b.
Install as user with FTP
- Download latest wordpress installation from wordpress download site
- Extract files to your computer
- Connect to FTP with USER's login details you have entered when you created user account in CWP
- Upload all files you extracted to users remote FTP public_html folder

Now visit your website and install wordpress from browser by entering you MySQL database details/login data
Don't forget to save wp-config.php in your public_html folder

that is it you are ready to run yours wordpress website.

0 komentar:

Post a Comment