Skip to content

Instantly share code, notes, and snippets.

@DILL44
Last active October 11, 2015 17:47
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 DILL44/3895970 to your computer and use it in GitHub Desktop.
Save DILL44/3895970 to your computer and use it in GitHub Desktop.
script dopCom
git clone git://github.com/DILL44/DopCom.git&&
mv DopCom/* . &&
mv DopCom/.git* . &&
rm -R DopCom &&
wget http://ftp.drupal.org/files/projects/drupal-7.19.zip &&
unzip drupal-7.15.zip &&
rm -R drupal-7.15/sites/&&
mv drupal-7.15/* . &&
mv drupal-7.15/.htaccess . &&
rm -R drupal-7.15* &&
cd profiles/standard/translations/ &&
wget http://ftp.drupal.org/files/translations/7.x/drupal/drupal-7.19.fr.po &&
cd ../../../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment