Installing Drupal 6 via Drush
Feel free to contact me at
email: troynt at gmail.com
twitter: http://twitter.com/troynt
Command Line History
26 cd ~
27 ls -la
28 wget http://ftp.drupal.org/files/projects/drush-All-Versions-2.0-rc1.tar.gz
29 tar -xvf drush-All-Versions-2.0-rc1.tar.gz
30 ls -la
31 rm drush-All-Versions-2.0-rc1.tar.gz
32 vim .profile
33 exit
36 dr
37 dr dl
38 ls -la
39 mv drupal-6.12/ drupal
40 ls
41 cd drupal/
42 ls -la
43 cd sites/
44 ls
45 cd all/
46 ls
47 mkdir modules
48 cd modules/
49 dr dl cck views pathauto token admin_menu
50 up
51 cd default/
52 ls
53 cp default.settings.php settings.php
54 ls -la
55 chmod g+w settings.php
56 mkdir files
57 chmod g+w files
58 chmod g-w settings.php
88 vim .htaccess
89 vim drupal/sites/default/settings.php
90 cd drupal/sites/all/modules/
91 ls
92 dr dl imagecache imageapi
93 dr dl node_gallery
- Tag:
Comments
Post new comment