Skip to content

Instantly share code, notes, and snippets.

@gagarine
Created December 25, 2010 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gagarine/754941 to your computer and use it in GitHub Desktop.
Save gagarine/754941 to your computer and use it in GitHub Desktop.
Drupal fast starting script
#Download drupal core
drush dl --drupal-project-rename=PROJECTNAME
cd PROJECTNAME/sites/all/
mkdir modules themes modules/contrib modules/features modules/costum
#Basic
drush dl cck views filefield imagefield imageapi imagecache backup_migrate pathauto token webform webformblock advanced_help diff jquery_ui logintoboggan date content_profile account_profile calendar
#Features
drush dl features context ctools strongarm
#Dev tools
drush dl admin_menu devel coder migrate dbtuner
#I18n
drush dl potx translation_overview l10n_client i18n l10n_update i18nviews
#SEO
drush dl opencalais page_title nodewords search404 xmlsitemap google_analytics globalredirect
#Solr
drush dl apachesolr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment