简体   繁体   中英

How to deploy LAMP app with capistrano?

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM