Displaying 4 results from an estimated 4 matches for "setup_lighty".
2005 Dec 16
6
rake remote_exec on Windows
I am using the shovel deploy.rb from http://nubyonrails.com/pages/shovel
I have SwitchTower-ized my app, copied the shovel deploy.rb file and put
my settings in it.
But when I run "rake remote_exec ACTION=setup_lighty" from the local app
root it has no effect. It should prompt for a password for at least
throw an error? I just get returned to the DOS prompt.
If I do "rake remote_exec ACTION=random_text" it does exactly the same
so I''m thinking the issue is with remote_exec and not my...
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
...I use Geoffrey Grosenbach''s script
http://nubyonrails.com/pages/shovel
Unfortunatly I receive error message :-(
Can you help me with this problem? I have no clue where exactly problem
is :-(
Please see log below
----
LOG
----
c:\Projekty\truck\trunk>rake --trace remote:exec ACTION=setup_lighty
(in c:/Projekty/truck/trunk)
** Invoke remote:exec (first_time)
** Execute remote:exec
loading configuration
c:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/ca
pistrano/recipes/standard.rb
loading configuration ./config/deploy.rb
* executing task setup_lighty
* executing task write...
2006 Jan 25
0
Shovel Switchtower deployment
Hello,
Iam trying to use Shovel deployment as explained here
http://nubyonrails.com/pages/shovel. Iam currently using windows as my
development environment and *nix to deploy the application. I have changed
all the dispatch.* files to be executable. but when I run
rake remote_exec ACTION=setup_lighty
it asks for my password and installs lighttpd and other stuff, but
fails on task update_code. Here is my error
C:\radrails\workspace\example\lib\tasks>rake remote_exec ACTION=setup_lighty
(in C:/radrails/workspace/example)
loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.10.0...
2006 Jul 25
2
Shovel/TextDrive error: missing SSHAgent.socket
Hi there
When running the initial ''rake remote:exec ACTION=setup_lighty''
command I get this error:
''No such file or directory - /tmp/501/nl.uu.phil.SSHAgent.socket''
Any clues would be appreciated.
Richard Sandilands