0
votes

I am new to LAMP as well as capistrano and I am totally confused how to start deploying a LAMP application with capistrano. I could find the solution Rails App and git but that is not working in my case using php and svn. I am getting following error while executing deploy setup command: (Errno::ECONNREFUSED: Connection refused - connect(2)).

Thanks in Advance!

1
Are you sure your meant LAMP ? - Peon
I am able to resolve this issue. It was due to SSH account. I used following command "sudo apt-get install openssh-server" to resolve it. But now I need to understand how I can provide a particular commit revision number to deploy. - Ruhi Singh
@ Dainis Abols: I might be wrong what I exactly meant as I told I am totally new, but I am working on PHP, MySql and Apache application which I need to deploy using capistrano. - Ruhi Singh
To deploy a specific SHA: stackoverflow.com/questions/918011/… - CDub

1 Answers

0
votes

I am able to resolve this issue. It was due to SSH account. I used following command "sudo apt-get install openssh-server" to resolve it.