Created
November 2, 2011 18:27
-
-
Save mosbth/1334439 to your computer and use it in GitHub Desktop.
Install Drupal 7.x on ssh.student
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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