Trying to use Drush to install a theme... honey, we need to talk
Not quite what Agaric was asking for... had to move it from sites/all/modules over to the appropriate theme directory. It's like Drush wasn't paying attention, and on our second date too...
ben@server:/var/www/drupal-5_2-live/sites/roottruth.org/themes$ sudo php drush pm install newsflash
Could not open input file: drush
ben@server:/var/www/drupal-5_2-live/sites/roottruth.org/themes$ sudo php /var/www/drupal-5_2-live/sites/all/modules/drush/drush.php -l http://agaricdesign.com/ pm install newsflash
Project newsflash successfully installed (version 5.x-1.3).
ben@server:/var/www/drupal-5_2-live/sites/roottruth.org/themes$ ls -la
total 12
drwxr-xr-x 3 root root 4096 2007-10-16 06:17 .
drwxr-xr-x 4 root root 4096 2007-10-16 06:17 ..
drwxr-xr-x 6 root root 4096 2007-10-16 06:17 .svn
ben@server:/var/www/drupal-5_2-live/sites/roottruth.org/themes$ ls -la ../../all/modules/
total 20
drwxr-xr-x 5 root root 4096 2007-10-16 06:19 .
drwxr-xr-x 4 root root 4096 2007-10-14 10:42 ..
drwxr-sr-x 2 27743 27744 4096 2007-05-08 06:45 addnode
drwxr-xr-x 6 root root 4096 2007-10-14 10:53 drush
drwxr-sr-x 5 1080 1080 4096 2007-08-23 05:30 newsflash
ben@server:/var/www/drupal-5_2-live/sites/roottruth.org/themes$ sudo mv ../../all/modules/newsflash/ .
ben@server:/var/www/drupal-5_2-live/sites/roottruth.org/themes$ ls -la
total 16
drwxr-xr-x 4 root root 4096 2007-10-16 06:20 .
drwxr-xr-x 4 root root 4096 2007-10-16 06:17 ..
drwxr-sr-x 5 1080 1080 4096 2007-08-23 05:30 newsflash
drwxr-xr-x 6 root root 4096 2007-10-16 06:17 .svn
But the thrill of adding to our repository, right on the server... that makes up for a lot.
sudo svn add newsflash/
$ sudo svn commit -m "will rename and modify, probably, for roottruth later"
Comments
Post new comment