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
drush dl drupal-7.27 drush site-install standard --account-name=ADMIN --account-pass=ADMIN --db-url=mysql://USERNAME:PASSWORD@localhost/DATABASEProgramming Language: Bash