Displaying 20 results from an estimated 120 matches similar to: "Capistrano Command Worries"
2006 Jan 26
0
Switchtower deploy failing...
Hi,
I am trying to deploy my app using switchtower on a linux machine
from
a windows box and running into the following issue:
> rake deploy
Any ideas ??
Many thanks...
/usr/lib/ruby/gems/1.8/gems/switchtower-0.10.0/lib/switchtower/configuration.rb:197:in
`method_missing'': undefined method `local''
for #<SwitchTower::Configuration:0x102b58c8> (NoMethodError)
2007 Jun 06
0
Capistrano: Port in SVN
. . .
* executing "sudo chmod -R g+w /usr/local/svn/project_name"
servers: ["project_name.com"]
[project_name.com] executing command
command finished
* executing task svn_import
Adding branches and tags
ssh: connect to host project_name.com port 22: Connection refused
svn: Connection closed unexpectedly
Importing application.
ssh: connect to host
2006 May 24
0
capistrano on windows
I''m trying to deploy my app to the production server (on dreamhost) from a
windows box. however, all I get is "rake aborted" without any further error
messages. I have no idea where to even start debgging this. I''ve checked and
re-checked the details in deploy.rb but otherwise I''m stumped. any ideas
anyone?
thanks
al
output from command line:
2007 Jan 12
1
capistrano setup bails with RegexpErr on show_tasks
I am new to RoR, but I have had RoR running with Capistrano on a
different box. However I''m installing a fresh copy now and am finding
constant regex errors from the standard.rb file while attempting to
"show_tasks". As this is a new installation, everything is up-to-date.
Here''s the environment:
FreeBSD 6.2-RC2
ruby 1.8.5
gem 0.9.0
rake 0.7.1
net-ssh 1.0.10, 1.0.9
2006 Apr 18
3
Capistrano and Certificates
All,
I''m setting up a deployment script with Capistrano at the moment, and
am running into some trouble when it attempts to pull the code down
from the SVN server when I run the deploy task.
The SVN server runs over https, and the problem seems to be when I get
asked whether I want to accept or reject the certificate. I hit ''p'' to
accept the certificate permanently,
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 May 26
3
capistrano on windows (again)
Hi all
I didn''t get a response to my first post so I thought I''d try again. is
anyone successfully using capistrano to deploy their app from a windows box?
I''m trying to deploy a test app to my dreamhost account but all i get is
"rake aborted!" with no further information. Can someone please confirm if
capistrano even works under windows?
many thanks
al
2006 May 25
5
Weird Capistrano problem
I''m having problems launching the spin process via the deploy.rb task.
Everything works great when is run the script manually via:
% ssh admin@monterey.example.net /Web/Rails/Example/current/script/spin
However, when I run ''cap spinner'' or ''rake remote:exec ACTION=spinner'',
I get the following errors:
% cap spinner
loading configuration
2006 Jun 21
3
multiple apps one virtual host one domain
I''m trying to achieve the following:
Having a development server that runs multiple rails apps running wihout
creating a different virtual host for each apps.
my documentRoot is therefore /var/rails for my whole config
http://myserver/app1/controller/action -> (/var/rails/app1/...)
http://myserver/app2/controller/action -> (/var/rails/app2/...)
I''m under apache 1.3
mod
2001 Aug 02
2
Re: EXT3 Worries / Its the army brats that worry me!?!
2002 Mar 27
0
tftp-hpa and remap file examples
We just started playing round with tftp-hpa and we are very happy!
The issue that is prompting me to write this is that we would like to
use the remap file, but are having a hard time getting the syntax
correct. I have searched the web and mailing list archive (only back to
when the list moved to it's current location), but have not been able to
find any examples.
Would somebody be so kind
2007 Apr 14
2
Installation Worries
I have been trying to start up Icecast2 using
http://www.howtoforge.com/linux_webradio_with_icecast2_ices2 as my
docset.
The icecast server comes up; I'm able to go to http://localhost:8000/
and see the pages.
I can't seem to get the ices2 part working. I use the suggested config file:
[...]
<input>
<module>playlist</module>
<param
2001 Jul 25
4
EXT3 Worries
Dear Sir or Ma'am:
I am interested to think about implementing EXT3 onto my servers here.
However, I have some concerns and am hoping someone can address them.
1) If I install ext3 what is the likelihood that the extent of damage caused
by its bugs will be limited to just the fact that the journals may not work
properly? Alternatively, do I risk real damage to files and the filesystem
at
2008 Mar 08
9
Newbie worries with "Developing Rails Applications on Max OSX Leopard"
Hello There,
As a new comer to RoR, I started to follow the article
http://developer.apple.com/tools/developonrailsleopard.html. In short
you create to entities and one one-to-many relation linking them.
Everything was good until the establishment of the relation. I am
unable to go any further than "Linking Models Together" : I can create
the "vendors" mentionned in the
2003 Dec 18
2
ADS and Winbind ... Can't access with Samba host name ...
Greetings ...
It seems I have really got myself confused ...
I have a Win2K3 ADS domain, I have two FedoraCore systems, one with
Samba 3.0.0 and the other with Samba 3.0.1. Both give me the same problem.
If I try access the Samba shares from Win2K3 using the host number,
I get prompted for a username and password, and no matter what I type
in, I can't get in.
If I use
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:
2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are
correct and I''m using zsh locally (bash on remote), so the shell
shouldn''t be a problem. It never asks for the SSH password, even. Any
help you could give would be greatly appreciated. Thanks.
Kenneth
--
=> the blog from beyond <=
=> www.eyeheartzombies.com <=
2004 Mar 24
1
Access denied to share
Hi all -
I'm setting up my first Samba server on an NT domain running winbindd, samba
version 3.3.3-14.3e on Red Hat Linux.
Here's my smb.conf:
[global]
workgroup = CADDOCK
server string = samba server
security = DOMAIN
log level = 3
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192
2018 Nov 12
0
replication guide
DOVECOT -N
# 2.2.36 (1f10bfa63): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24 (124e06aa)
# OS: Linux 2.6.32-431.23.3.el6.x86_64 x86_64 CentOS release 6.9 (Final)
''''
plugin {
'''
mail_replica = tcp:10.1.1.20:1111
# replication_sync_timeout = 2s
replication_sync_timeout = 2
''''
}
''''
?
2018 Nov 13
0
replication guide
DOVECOT -N
# 2.2.36 (1f10bfa63): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24 (124e06aa)
# OS: Linux 2.6.32-431.23.3.el6.x86_64 x86_64 CentOS release 6.9 (Final)
''''
plugin {
'''
mail_replica = tcp:10.1.1.20:1111
# replication_sync_timeout = 2s
replication_sync_timeout = 2
''''
}
''''