Installation of CMS Drupal requires to upload files trough FTP to the server, creating a database in the WebAdmin and make configuration via browser.
Upload files to FTP and create new database in WebAdmin.
Download CMS Drupal from http://drupal.org/download and upload unpacked files files from the archive to FTP server.
Then log in to the WebAdmin and create new database where your new Drupal will run.
Configuration via browser
Open your browser and enter url of your domain to a folder you uploaded Drupal to.
Follow the instructions. When you get to the “Set up database” page, enter the database name, username and password according to the details you filled in WebAdmin during database creation.
Then in ADVANCED OPTIONS change your Database host from localhost to 127.0.0.1.
Set Database Port in setting to 3315 (if the database is created as MySQL 10.5)
After confirmation Drupal will initialize the database and continue to another step of installation, where you can finish the installation.