Skip to content

Instantly share code, notes, and snippets.

@nikku
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save nikku/f1591428ce5f3f998c35 to your computer and use it in GitHub Desktop.

Select an option

Save nikku/f1591428ce5f3f998c35 to your computer and use it in GitHub Desktop.
Setup script for camunda-bpm-webapp on Windows
SET BASE=%CD%
REM camunda-admin-ui
mklink /D %BASE%\camunda-admin-ui\client\bower_components\camunda-commons-ui %BASE%\camunda-commons-ui
REM camunda-tasklist-ui
mklink /D %BASE%\camunda-tasklist-ui\client\vendor\camunda-commons-ui %BASE%\camunda-commons-ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment