Displaying 20 results from an estimated 500 matches similar to: "Capistrano Error undefined method ''local''"
2006 Feb 19
2
SwitchTower 1.0.0
SwitchTower is a utility that can execute commands in parallel on
multiple servers. It allows you to define tasks, which can include
commands that are executed on the servers. You can also define roles
for your servers, and then specify that certain tasks apply only to
certain roles.
Manual: http://manuals.rubyonrails.org/read/book/17
Project:
2007 Nov 28
6
textmate bundle
Does anyone else have issues running rspec textmate bundle? I''ve got
revision 2997, but the blasted thing just won''t run.
It is checked out to my /Users/zdennis/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle
When it runs I get the below error...
"textmate" is not a valid class name
2006 Jun 01
2
Capistrano: update_code - "No such file or directory" -
Hi folks,
I''ve been staring at this one for far too long. I''m using Windows SVN
client + Capistrano to deploy rails app to my hosted server. I can''t
seem to get a single successful deployment. I keep getting this "No
such file or directory - svn log -q -rhead
http://myhost.com/svn/spclient/trunk " . I run this svn command from
the cmd prompt and it
2006 Jan 27
6
Switchtower deploy error
I''m trying to deploy a rails app with no success.
I can execute: ''rake remote_exec ACTION=setup''
but when I try to execute : ''rake deploy''
I got this error:
loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.10.0
/lib/switchtower/recipes/standard.rb
loading configuration ./config/deploy.rb
executing task deploy
transaction: start
2006 Apr 03
2
Capistrano - how do I set up the database config?
My app is set up without database.yml in version control. I created a
shared_path/config dir, and put database.yml in it. After I update
the code, I want to link the app''s database.yml file to the shared
config. So I added this task
desc ''Copy the database config''
task :after_update_code, :roles => :app do
run "ln -s #{shared_path}/config/database.yml
2006 Mar 16
4
Capistrano :update_code problem
Hi all,
I want to love capistrano and I''m so close.
My error is occuring while running the update_code task... (apologies
for the shell spew)
*************************************************************************
* executing "rm -rf
/home/henster29/sites/glitter/releases/20060316143447/log
/home/henster29/sites/glitter/releases/20060316143447/public/system
&&\n ln
2006 Feb 11
1
Switchtower deploy fails though setup works
I''m trying to use SwitchTower to deploy from XP to Dreamhost. Based on
<http://nubyonrails.com/pages/shovel_dreamhost>, my deploy.rb looks like:
set :user, ''dankohn''
set :application, "flydash.com"
set :repository, "http://svn.flydash.com/flydash/flydash"
#set :repository, "svn+ssh://home/#{user}/svn/flydash"
#set :repository,
2006 Feb 28
2
SwitchTower rake deply failure on DreamHost
I''ve been following some tutorials on how to get switchtower working on
dreamhost. I got the setup to work just fine, but the rake deploy
doesn''t work. I get the following error. any ideas?
----------------------------------------------
> rake deploy
(in /home/.interim/i8ramin/work/yaram.com)
loading configuration
2006 Aug 11
4
1337 Speak For Ruby and an ActiveRecord 1337 Speak Extension - 0.0.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ActiveRecord Extension 1337 - 0.0.1 is released!
A 1337 speak module for ruby is released! It is bundled with the ActiveRecord extension activerecord_1337. This allows you to
encode your application in l33t speak. You can use the L337 module standalone or use it bundled with the ActiveRecord extension.
This plugin can be easily used as a Rails
2007 Jul 29
3
capistrano problems
I installed capistrano and have tried several things. Can''t seem to get
it working.
This is what i am getting.
C:\ruby\radrails\modernfossil>cap deploy
* executing `deploy''
* executing `deploy:update''
** transaction: start
* executing `deploy:update_code''
svn: Can''t create tunnel: The system cannot find the file specified.
***
2006 Jul 11
1
[Fwd: NDN: Samba PDC With LDAP Backend, Failed to initialise SAM_ACCOUNT for us]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I got this error when kicking out my first response. I don't know if I should ignore this, or if this is an issue that is affected
by the samba.org sites being down... but just in case..
Zach
- -------- Original Message --------
Subject: NDN: [Samba] Samba PDC With LDAP Backend, Failed to initialise
SAM_ACCOUNT for us
Date: Tue, 11 Jul 2006
2006 Jul 14
18
ActiveRecord Love While We''re At It
I am working on and will be publicly showing ActiveRecord some love
around the time of the RubyConf*MI [1] in late August.
My main focus is getting AR to better handle inserts, updates and merges
when working large sets of data. It can improve improve performance by
400% to 600% in preliminary benchmarks.
I am coding this in a way so it can be patched to AR easily, and with
that in mind
2006 Jan 17
2
Switchtower & OpenSSL
I''ve been deploying local applications into production (both linux boxes)
with Switchtower, and I''ve had no problems, until now.
I just tried doing a "rake deploy", and I get this error:
============
[update_code] exception while rolling back: NameError, uninitialized
constant OSSL
rake aborted!
no such file to load -- openssl
============
Now, on both the production
2006 Apr 10
2
Capistrano with CVS repository doesn''t seem to work
All,
Does anyone has any experience with Capistrano against a CVS repository?
I am unable to successfully pull a revision onto my remote server when
hitting a CVS repository.
Here is the relevant output from the cap "update_code" task:
* executing "if [[ ! -d ~dusan/eSimplyTest/releases/20060410205540 ]];
then\n
cd ~dusan/eSimplyTest/releases;\n
2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
Hello all,
i changed today from my local repository to a repository on a server. The repository now lies on the same server where my application is going to be deployed. Everything went fine
create my repository on the server and checked out my working copy. After some changes on the code i wanted to deploy my application but it failed.
The error is:
"svn: Network connection closed
2006 Feb 17
1
switchtower, CVS, and ''configuration.local''
I''m trying to get switchtower to work with CVS.
I see "querying latest revision..." and then it states "[update_code]
transaction: rollback"
I''m open to any and all suggestions at this point.
I put some logging statements in the switchtower code and it seems to fail
at this statement in switchtower-0.10.0/lib/switchtower/scm/cvs.rb
@latest_revision =
2007 Sep 22
1
Howto customize deployment with capistrano2
My deployment requires a few extra steps after ''update_code'' and then
again after ''symlink''.
Until I migrated to capistrano2, I had my own deploy_with_migration
task which added these steps.
What would be a recommended approach to accomplish the same using
capistrano2?
Thanks,
Helzer
--~--~---------~--~----~------------~-------~--~----~
You received this
2006 Jan 04
2
SwitchTower deployment
I''ve been trying to configure SwitchTower to perform deployment of my app to
a Dreamhost server. I can run rake remote_exec ACTION=setup just fine but
rake deploy keeps giving me errors when its checking out the latest revision
from the Subversion repository on the same Dreamhost server. It displays
errors like this:
loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.1
2006 Jul 22
16
capistrano deploy failing on /public/system "No such file or directory"
trying like mad to get this to work.
cap setup works fine, sets up the dir structure on dreamhost (tho setup
doesnt create the "current" symlink).
on deploy, i get:
* executing "rm -rf
/home/USERNAME/dwightnight.org/releases/20060722060159/log
/home/USERNAME/dwightnight.org/releases/20060722060159/public/system &&\n
ln -nfs /home/USERNAME/dwightnight.org/shared/log
2006 Jan 16
1
switchtower custom tasks question.
hi,
i''m just getting started using switchtower for deployment. i''m working
with a small team of 3 and a hosted subversion repository.
i have switchtower working, but i need to create two custom tasks and
have those tasks run at deployment. 1) copy a working dispatch.fcgi
from another folder, and 2) copy db/database.example to
db/database.yml
here is what i''ve tried,