Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails application installer

I am making a rails cms and I have wondered if there is a plugin or script, which automatically installs the application?

Thanks!

like image 797
Dimitar Vouldjeff Avatar asked Nov 06 '22 14:11

Dimitar Vouldjeff


1 Answers

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

like image 91
Ram on Rails React Native Avatar answered Nov 11 '22 06:11

Ram on Rails React Native