Skip to main content

Hello,


From my understanding, the normal way to deploy K2 solutions from a development to a production environment, is through a direct network connection between the development and the production environment. What are the deployment options if those environments are strictly separated (no network connection)?


Thanks,


DD

You can create a deploy package (right-click on the solution and select "Create deploy package"), copy it to your Production environment (using thumbdrive, etc) and then use MSBuild to deploy.

Have a look at the following KB article for details on this:
http://kb.k2workflow.com/articles/kb000188.aspx


Great - Thank you very much for the qick answer 🙂

Reply