I'm exploring the possibility of deploying our custom Umbraco packages through Octopus. Ideally, I'd set up a job which:
Builds and copies the package to the target environment
Uninstalls a package on a target environment, if it exists
Install the package on the target environment.
#1 I can do easily, however, I'm not sure whether Umbraco (of any version) supports automation / programmability when uninstalling / installing packages.
Has anyone tried this? Is it at all possible to install a package via a script / api / etc?
Deploying packages via Teamcity / Octopus
Hi!
I'm exploring the possibility of deploying our custom Umbraco packages through Octopus. Ideally, I'd set up a job which:
#1 I can do easily, however, I'm not sure whether Umbraco (of any version) supports automation / programmability when uninstalling / installing packages.
Has anyone tried this? Is it at all possible to install a package via a script / api / etc?
Thanks,
Chris.
Hi Chris,
did you have any luck with this? I'm also considering something similar.
Anyone?
is working on a reply...