Hi:
I am wondering whats a good place to put external-apps (i.e. java
backend app) in context of a rails deployment. Example
-releases
- 20071010
- 20071212
- app
- Rakefile
- db
- etc. etc.
-log ->shared/log
-current -> 20071212
-shared
I am developing the java app all the time just like the rails app. So
I want this to be part of the release push. It doesn't have any direct
user access.. it does some background job and i have
cron job that does stuff to the java app. What's the best place to put
the app? I can put it under
rails app i.e. same level as db, app, config .. under a directory
called "myjavaapp" But I am wondering if there are other ways of doing
it or most lazy way of doing it :-) i.e. follow the convention..
How are you guys doing it? Any help.. Anything I should think about
before doing such.. any advice..
Regards
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---