An example installing Drupal PHP Shell:

$ pwd
/infra/lamp/mounts/infratest/infratest-prod/htdocs/test-vhostssl
$ wget http://ftp.drupal.org/files/projects/drupal-7.9.tar.gz
--2011-11-29 15:33:06--  http://ftp.drupal.org/files/projects/drupal-7.9.tar.gz
...
$ openssl md5 drupal-7.9.tar.gz
MD5(drupal-7.9.tar.gz)= 7f45f109c413ca69ebb6e3140ed47225

$ tar -zxvf drupal-7.9.tar.gz
...

Go to the URL and go through normal Drupal install.


Make sure to specify the correct database hostname!  Do not use SQLite as a database.  You will get horrible performance if you use SQLite (backend storage is NFS).


Drupal installed!

  • No labels