Custom Deployment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 01:14 PM
I was just wondering if it would be possible to build a custom deployment.
I've gone to the deployment Wiki to see all the possibilities it already has.
One of the requirements we might have is to deploy a web-site to a database structure.
So, would we have modify the source code of Deployment, or add another function to Deployment. Or, maybe even create a new action not called Deployment. We'd want to add this to WCM so that when the users are done, then we can take a snapshot of that project and push it to a database.
I've gone to the deployment Wiki to see all the possibilities it already has.
One of the requirements we might have is to deploy a web-site to a database structure.
So, would we have modify the source code of Deployment, or add another function to Deployment. Or, maybe even create a new action not called Deployment. We'd want to add this to WCM so that when the users are done, then we can take a snapshot of that project and push it to a database.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 10:06 AM
Great …
What I'd recommend is using our remote file system deployment receiver first to incrementally push a snapshot to a remote server, and implement a custom action to be executed by the remote deployment receiver upon successful commit of changes to take deployed XML files and load them into your DB using whatever DB-schema mappings your need.
If you implement as a remote-server-side extension of deployment, I would love for you to open it up as a projecton our forge site so that (a) others may benefit and (b) we can potentially incorporate into our base distribution and collaborate with you on ongoing future enhancements.
Let us know how this goes and how we can help.
Kevin
What I'd recommend is using our remote file system deployment receiver first to incrementally push a snapshot to a remote server, and implement a custom action to be executed by the remote deployment receiver upon successful commit of changes to take deployed XML files and load them into your DB using whatever DB-schema mappings your need.
If you implement as a remote-server-side extension of deployment, I would love for you to open it up as a projecton our forge site so that (a) others may benefit and (b) we can potentially incorporate into our base distribution and collaborate with you on ongoing future enhancements.
Let us know how this goes and how we can help.
Kevin
