If you haven't used Drush before (and you build Drupal websites, Drush is "a command line shell and Unix scripting interface for Drupal". It has some amazingly useful commands for interacting with Drupal. You can do thing like:
drush dl views
And it will download and unpack the Views module into the correct folder. Then you would type:
drush enable views






Add a Comment