Drupal Content Management System CMS


Drupal CMS Installation Steps


  • Download and unarchive Drupal into a folder on your webserver.
  • Create a database and database user (suggested: use phpMyAdmin for managing multiple Drupal sites).
  • Provide base url and db name, password, and username in
  • sites/default/settings.php.
  • Modify .htaccess file as necessary.
  • Modfiy php settings in settings.php as necessary.
  • Optionally setup cron.

If everything has gone well, you can now access your website via the URL and create your first user.