Hi All,
Please let me know the opendeploy configuration file - example to be written while I publish the DCR to the IIS server.
What all things needs to be taken care.
Thanks
Read some documentation, and attend training if possible. The answers are all there.
I need to publish dcr to the webserver so that it can be consumed by .Net app using angularJS for presentation, please provide some examples or any doc to refer....it will be better if any example is given...
thanks
Try reading the OpenDeploy manuals first.
Then, if there's something specific you don't understand - ask about that.
Better yet, tell your boss to hire someone who knows what they are doing.
Andy
Hi.
Not sure you got solution or not but here are steps for your ref.
1. Create a basic Workflow using WFM with DeployTask and provide the deployment descriptor file name with path relative to project
2. Now create deployment descriptor file under <ODHOME>/conf/project folder.
3. Your deployment descriptor XML will be similar to this. Just an example
<?xml version="1.0" encoding="UTF-8"?><deploymentConfiguration><logRules maxBytes="5Mb" level="verbose"/><localNode host="hostname of server"/><replicationFarmSet><replicationFarm name="web_servers"><nodeRef useNode="MyLocalHost"/></replicationFarm></replicationFarmSet><definition name="web_files"><source><fileSystem><pathSpecification><path name="."/></pathSpecification></remoteDiff></fileSystem></source><target><targetFilesystem area="/usr/local/OD601/OpenDeployNG/tmp"/><comparisonRules dateDifferent="yes"/><permissionRules file="0644" directory="0755"/><replicationFarmLink><internal name="web_servers"/></replicationFarmLink></target></definition><deployment transactional="no"><execDeploymentTask useDefinition="web_files"/></deployment></deploymentConfiguration>
4. Submit WFM to Production and initiate job.
For details ref to WFM and OD guide for your specific TS/OD version.
All the best
Manu