I have created a WordPress site using Parallel Plesk Panel for the first time.
Plesk support wordpress and have its plugin to apply but you can upload wordpress files in your domain directory to use it if wordpess plugin not activated in Plesk.
Follow these steps to install it:
Then:
phpMyAdmin ==> Databases ==> click wordpress ==> wrodpress (click ==>check privileges) ==> adduser ==> wp ==> Host ==> Local ==> password (test)
In domain root directory there is a file wp-conf-sample.php take its backup and rename it wp-conf.php. set the following attributes to this file:
define('DB_NAME', 'databaseName'); define('DB_USER', 'db-username'); define('DB_PASSWORD', 'password');
Now go to your-domain-name/wordpress/wp-admin and provide information
Finally login and enjoy using wordpress