• user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 87 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '18.224.149.242' AND v.timestamp >= 1714187437 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 87 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '18.224.149.242' AND v.timestamp >= 1714187437 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.

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


See video

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options