Skip to main content
Nintex Community Menu Bar

Offline Deployment

  • April 28, 2008
  • 2 replies
  • 9 views

Forum|alt.badge.img+4

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

2 replies

Forum|alt.badge.img+8
  • April 28, 2008

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


Forum|alt.badge.img+4
  • Author
  • April 28, 2008
Great - Thank you very much for the qick answer :-)