similar to: capistrano and svn+ssh on non-standard port

Displaying 20 results from an estimated 7000 matches similar to: "capistrano and svn+ssh on non-standard port"

2006 May 16
8
capistrano can''t find svn
I''m trying to get capistrano to deploy to an osx machine - rake remote:cold_deploy but it fails on the svn co line with "bash: line 2: svn: command not found" I''ve set the proper path to svn (/usr/local/bin) in both .bash_profile and .bash_login but capistrano seems to be ignoring these. How does capistrano know where to look for svn? Thanks
2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
Im trying to deploy with capistrano from win32 to Linux but no success. I''ve been installed: cwRsync to ssh I ran rake remote:exec ACTION=setup --trace and get: Anyone knows how to get capistrano log ssh comunication? Any idea? Thanks rake aborted! End of file reached c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/version-negot iator.rb:51:in `readline''
2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
Hi there, I've written some enhancements to scp.c and pathnames.h to enable the scp to arbitrarily set the remote scp path. (eg $ scp -e /usr/bin/scp foo user at bar:foo) I did read the "scp: command not found" FAQ entry but I'm not quite sure why we can't do this, unless it's because enhancements to scp are no longer a priority. Any other reason why it "is the
2006 Jul 26
1
Capistrano / svn problem
I''m attempting to get my rails app working on our staging server, and have been trying to use capistrano to do so. When I try to run the command ''cap deploy'', I am asked for a password and then get the following error: * executing task deploy ** transaction: start * executing task update_code * querying latest revision... * executing "if [[ ! -d
2006 Jul 26
0
capistrano CLI automation - using capistrano as a library
Hi all, I''m trying to integrate Capistrano (thanks Jamis and DHH for such a lovely piece of software) into an application I''m writing. I can''t figure out, though, how to get output from capistrano when it''s used through the CLI or configuration class, however. I see that it implements a logger (Logger) and I see that starting on line 12 of the included
2012 May 30
1
need assist with upstart config problem
I am trying, without success, to create an upstart config file to automatically start and restart an ssh proxy. The command sting that I use in the script has been checked and verified from the shell but it fails in the upstart file. The file contents are: . . . # proxy is used to authenticate smtp submissions # so start it before the postfix service starts start on starting postfix # Take
2006 Apr 22
1
Capistrano - SSH Port
I''ve been deploying with Capistrano for a while now, and have had no problems... until now. When I try and do a "cap deploy", cap tries to connect to my remote server via SSH on port 22... even though in my deploy.rb, I''ve had the following set: ssh options[:port] = 8081 I did a "sudo gem update --remote capistrano", and I''m up to speed on the
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys. I am starting out with puppet and am in the process of writing a bootstrap script for the clients and a capistrano recipe for the server. I have the client bootstrap done which installs ruby, puppet, sets a host name, and then points the client at the puppet server and now I am in the process of setting up the puppet server. My first attempt was to set up a git project for puppet, an
2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi, I''m deploying to a prod linux server via Capistrano, but the last step, running the reaper, won''t complete. Ruby is stored in /usr/local/bin on the server, and I''m deploying from winxp. $ ssh mcalogin@lx07 Password: mcalogin@LX07:~> env | grep "^PATH" PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b in:/opt/
2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users against ldap(authorizing)+kerberos(authentication). And I now would like to have sudo be able to allow admins (netgroup chinbeards) to sudo about. I am not using sssd though (yet). Here is the output of me trying sudo (debug on): [raub at centos5-x64 ~]$ sudo pwd LDAP Config Summary =================== uri
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
2010 Sep 27
3
Rails3 app deploy : how to ?
Hello, I know many people are asking this kind of question. I searched in this forum and some others in the web but i did found something clear enough for my "ror''s power" (i''m not completly new but real close ;-) ) Well, I''m developing my application on os x, i''m using svn (team choice) for versionning but i will need to deploy on linux server (with
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 <=
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together because many people say it''s a good combination to use. I already have apache setup (was using it with the PHP version of my site formerly). I''ve installed all gems and dependencies that I need on my slice (using slicehost). I have a fully pushed git repository (master) on github (private git) with one
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
2007 May 20
1
SVN & Capistrano
I have my svn repository set up locally and working properly. I followed the instructions for local SVN deployment w/ capistrano (http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module- for-local-svn-access). I am able to connect to my server, however, it doesn''t put anything in the releases folder. Why is this? Also, in deploy.rb I set the repository to:
2006 Apr 18
1
Shared model with Capistrano/SVN
I got Capistrano working with one of my Rails projects, but I intend to use identical models in a second project. I originally was using a symlink to point to the other models, but I want to be able to use the same ''rake deploy'' command for the two apps individually so I don''t have to deploy both together all the time. Any ideas? -John -- John Smilanick
2006 May 03
0
capistrano: svn tags
Not sure if this should be in rails-spinoffs. Maybe it should. Anyway, added a little patch to provide basic svn tag support to capistrano. Gives you this kind of capability: rake remote:deploy_tag [tagname] Rollback works fine. More here: http://www.quotesque.net/archives/2006/05/capistrano_svn.html Pretty rough at this stage (v quick job) but works for me. Any comments on it would be
2008 Sep 26
1
Capistrano SVN help: conflicting copies on prod and local
I''m sure this is an easy fix for folks more familiar with subversion than me, but here it goes: I''m running Capistrano and have successfully deployed my app from my local machine to my live server. The repository is on the server as well. What happened is I had to generate some files on the live server in the railsapp/current directory. So now when I try and commit something
2006 Mar 20
2
Capistrano, ftp user and svn user are different
What do you do when the ftp login username is different then the svn username? Every time I try to deploy it gets stuck right here: [kopanas.com] executing command ** [out :: kopanas.com] Authentication realm: <http://kopanas.com:80> kopanas.com ** [out :: kopanas.com] Password for ''jkopanas'': ** [out :: kopanas.com] subversion is asking for a password ** [out ::