Skip to content

Instantly share code, notes, and snippets.

@o-ars
Created May 17, 2013 19:28
Show Gist options
  • Save o-ars/5601384 to your computer and use it in GitHub Desktop.
Save o-ars/5601384 to your computer and use it in GitHub Desktop.
drupal-x.xx ist die Drupal Version in diesem Fall drupal-7.14
------------------------------------------------------------------
wget http://ftp.drupal.org/files/projects/drupal-x.x.tar.gz
tar -xzvf drupal-x.x.tar.gz
mv drupal-x.x/* drupal-x.x/.htaccess ./
rm -rf drupal-x.xx
rm drupal-x.x.tar.gz
cd sites/default
cp default.settings.php settings.php
chmod 777 settings.php
mkdir files
chmod 777 files
Run Browser: http://www.site-name.com
Install Drupal
cd sites/default
chmod 444 settings.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment