[code:1:af93644eeb]# Bash
Go to {drupal_root} on CLI
# Drush
# http://drupal.org/node/495438
mkdir drupal-install
# The following step may take a while
drush dl drupal-7.x –destination=drupal-install
rsync -r drupal-install/drupal-7.x-dev/ ./
# Bash
# Cleanup
rm -rf drupal-install
rm -rf profiles/minimal
rm -rf profiles/standard
mkdir sites/all/modules/contrib
# Bash
chown {drupal_root} to correct apache user:group[/code:1:af93644eeb]
Leave a Reply