User login

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"

Resolution

Searched words: 
drush themes

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • 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> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.