Installing Drupal on Dreamhost: Difference between revisions

From GotOpinion
Jump to navigation Jump to search
Created page with '== Downloading Drupal == Remotely connect to CLI and navigate to directory of choice. Download with wget command. Example with Drupal 6.15 would look like this: <code>wget http…'
 
 
Line 3: Line 3:
Remotely connect to CLI and navigate to directory of choice. Download with wget command.
Remotely connect to CLI and navigate to directory of choice. Download with wget command.


Example with Drupal 6.15 would look like this: <code>wget http://ftp.drupal.org/files/projects/drupal-6.15.tar.gz</code>
Example with Drupal 6.15 would look like this: <pre>wget http://ftp.drupal.org/files/projects/drupal-6.15.tar.gz</pre>


Decompress and unzip.
Decompress and unzip.

Latest revision as of 17:59, 24 January 2010

Downloading Drupal[edit | edit source]

Remotely connect to CLI and navigate to directory of choice. Download with wget command.

Example with Drupal 6.15 would look like this:

wget http://ftp.drupal.org/files/projects/drupal-6.15.tar.gz

Decompress and unzip.

Set permissions

Configure cron