29 April 2014

How to install any version of Drupal using Drush the Drupal Shell. You can replace the version name with the version you like. Also feel free to replace words in caps to get an installation that you need.

Source code viewer
  1. drush dl drupal-7.27
  2. drush site-install standard --account-name=ADMIN --account-pass=ADMIN --db-url=mysql://USERNAME:PASSWORD@localhost/DATABASE
Programming Language: Bash