We talking about Cloud
Web Hosting & Cloud Services
Celebrate the power and freedom of Open Source
with Open Source Cloud Servers starting at only £10/mo £5/mo.
Web Hosting & Cloud Services
Celebrate the power and freedom of Open Source
with Open Source Cloud Servers starting at only £10/mo £5/mo.
There are three available options for uploading WordPress to a hosting account.
WordPress stores its information in a database. Therefore, a database will need to be created.
The wp-config-sample.php file contains the database information and tells the WordPress application which database to pull information from. This step must be completed to ensure the correct database information is associated with the WordPress installation.
The wp-config-sample.php file can be found in File Manager in the folder where WordPress is installed. To modify the file:
If you don’t see the pop-up box, you may have selected the “Skip this question, and always open this directory in the future when opening File Manager” option.
To make the pop-up reappear, simply click reset all interface settings at the very bottom of your cPanel.
define('DB_NAME', 'database_name_here'); /** MySQL database username */ define('DB_USER', 'username_here'); /** MySQL database password */ define('DB_PASSWORD', 'password_here');
Open a new browser window and go to the installation page to run the installation script. Depending on where you installed the script, you will find it at either of the following URLs:
http://yourdomain.com/digitalbt/install.php http://yourdomain.com/blog/DigitalB/install.php
Be sure to replace yourdomain.com in the example above with your actual domain name.
You should now see a welcome page that says “Welcome to the famous five minute WordPress installation process!”
On this page, fill in the fields for:
Click Install Now, and you should be taken to the final screen, showing the following message:
Success! WordPress has been installed.