Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The development tools component must be installed before you can use this dashboard. Once the plugin is installed navigate to http://HOSTNAME:PORT/ the following dashboard should appear:

 


To start a project

  • Select the project
  • Select the branch
  • Select the flow
  • Select the language
  • Select the UI (default is MVCangular)
  • Select the theme (default is bootstrap3material)
  • Press start

A new tab or window should appear with the selected projects. The development dashboard has many more features which you can read in the following article: Using the development dashboard

...

In production mode you can start a project via the following URL httpURL http://YOURHOSTNAME:PORTNUMBER/server/start?project=YOURPROJECT?&flow=FLOWNAME. 

The following table describes all required and optional parameters that you can use to start a project.

ParameterRequiredDescription
projectYes

the name of the project: SOURCE-PROJECTNAME for example: export-dcm or studio-dcm.

flowYesthe name of the exposed flow that is started.
versionNoCombination of version and branch: for example 0.0-Trunk. The version number is deprecated by default this number is always 0.0. If no version number is entered the runtime will automatically select a release using a numerical sorting algorithm.
languageCodeNoIf no language code is selected, the default language will be started.
uiNoThe UI that should be used to render the page model. By default the MVC  Angular styling is selected.
themeNoThe Theme that should be used to render the page model. By default the bootstrap3  material styling is selected.

User-friendly URL

...