I am making a rails cms and I have wondered if there is a plugin or script, which automatically installs the application?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just write a capistrano recipe for it.
You can even remotely install the application, or, install in batch on different servers, or, update QA/ staging/ production, run auto tests, do a lot of linux console work, and so on…
Its good. Check it out.
http://capistranorb.com
update: capistrano link updated