How to install Drupal 7 on 000webhost
1. Login to your cpanel and create your database using Mysql and write down your database information.
EXAMPLE:
-------------------------------------------------
$mysql_host = "XXXXX.000webhost.com";
$mysql_database = "a######_DATABASE_NAME";
$mysql_user = "a######_USERNAME";
$mysql_password = "PASSWORD";
NOTE: Later, when you install and are at the database screen, make sure to click advance to enter XXXXX.000webhost.com to database host field
2. In filemanager, use "archives (zip, tar, tgz, gz)" to upload your Drupal distribution file.
3. In your browser, got to view your site to begin Drupal 7 installation and configuration.
No comments:
Post a Comment