Versions Compared

Key

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

...

The development plugin must be installed before you can use this dashboard. Once the plugin is installed navigate to http://HOSTNAME:PORT/Runtime/server/dev/vaadin/dashboard. 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 MVC)
  • Select the theme (default is forms)
  • 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

Start a project via a URL

Java runtime

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

...