Hi all, I'm currently new to capistrano. After trying out various solutions built in PHP - I found capistrano the best one. I'm using it to automate a simple build process used by our team from a last few days.
Here's the process: 1. Create a new directory called 'app' in directory as specified in ":repository" variable. 2. Checkout at this 'app' directory. 3. After checkout, read a file called CAKE, which contains the rev. number of CakePHP framework to be used. 4. Depending on revision, copy it from another library directory (from same server) 5. Perform basic MySQL stuff 6. Create sub-domain like: someApp.mydomain.com 7. This subdomain should automatically point out to /current directory Because I'm not a ruby player yet - I'm not sure how easy/hard it will be to do with Capistrano. Please let me know what you guys think? Thanks --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
