Skip to content

Instantly share code, notes, and snippets.

@mosbth
Created November 2, 2011 18:27
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 mosbth/1334439 to your computer and use it in GitHub Desktop.
Save mosbth/1334439 to your computer and use it in GitHub Desktop.
Install Drupal 7.x on ssh.student
git clone http://git.drupal.org/project/drupal.git
cd drupal
git tag
git checkout -b 7.9 7.9
git branch
http://wherever.org/drupalinstallation
cd sites/default
mkdir files
chmod 777 files
cp default.settings.php settings.php
chmod 666 settings.php
chmod 777 .
I choose sqlite as database.
--- Install module:
cd sites/all/modules
git clone http://git.drupal.org/project/gravatar.git
git checkout -b 7.x-1.1 7.x-1.1
Enable module in Modules, configure it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment