> hi Mark, this might get you > started:http://docs.farcrycms.org/display/FCDEV50/Deployment+Configurations
That page discusses ways to deploy FarCry itself, which is helpful. However, I'm looking for information on how to deploy updates to a project built *for* FarCry. Example: I have a project called myproject located at /farcry/projects/ myproject/. I install FarCry on the production server (shared environment) in stand-alone mode, using the Mollio skeleton. The installer, among other things, copies the /www/ content to the root and renames that folder to /wwwCopiedToWebroot/. Now, for development, it's annoying to have files all over the place so my dev installation uses subdirectory mode and lets me just make my changes in the /www/ folder of my project. When I upload my new files to the production server, is there a process that manages the copy/ move for me, or do I have to handle that manually for all post- installation updates? Reloading the application doesn't do it. Looking a little closer, I guess the subdirectory mode does something similar (moving/copying /www/ files to /myproject/). Essentially, I'm hoping there's some way I can just edit/version control /farcry/ projects/myproject/* and have all the pieces go where they're supposed to regardless of how the target FarCry installation is set up. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
