The following steps are followed for installing Wordpress in Webmin
- Open File Manager in Webmin
- Look for the directory public_html on root folder
- Delete html
- Download WordPress gz – from WordPress official website
- Upload the downloaded zip file in server
- Select File – upload to current directory
- Once uploaded, extract the zip file
- WordPress folder will be created after unzipping the uploaded file
- Open WordPress folder, cut all the file using file option and paste in the public_html folder
- Rename the file wp-config-sample.php to wp-config.php
- Edit the wp-config.php , add database name , username and password provided by server administrator
- Redirect to virtual server local_host page which will redirect to WordPress installation page
- Fill up the site name and user credential to finish the WordPress installation process
- On successful installation you will be directed to the WordPress dashboard page.