WordPress installation
This is a quick guide for Narfum Services users to install WordPress.
To prepare the installation, you need to ask the administrator for a MySQL database, login and password.
Narfum Services provides web access to your MySQL database.
In the file wp-config.php you have to enter the MySQL information:
Database Name
yoursqldatabase_main
Database Username
login
Database Password
password
Database Host
localhost
The WordPress files then have to be copied (ftp) to the server in the directory:
\yourdomain\www\
Once all the files have been uploaded to the directory, you can start WordPress with the following URL:
http://<yourwebsite>/wp-admin/install.php
The first page will ask you to give the Title of your Blog or Website and a username with password. The username and password are used to login to your WordPress environment.