You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

The runtime can run in production and development mode. While using the development mode you can start a project via the development dashboard. While using production mode you can only use a shortcut.

Start a project via the development dashboard

The development plugin must be installed before you can use this dashboard. Once the plugin is installed navigate to <yourserver>/Runtime/server/dev/vaadin/dashboard. The following dashboard should appear:

To start a project

  • Select the project
  • Select the branche
  • 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

You can save your selection by pressing the "save as favourite" button. A link will appear in the favourites widget 

After installation the runtime will contain two example projects. You can configure a connection to Studio to load and test your development projects

Configure Studio connection

todo

Development dashboard

Please note this option is only available in the Java runtime

You can define a studio connection via the settings menu of the development dashboard

  • Select settings
  • Select the development tab
  • Select Studio projects
  • The following screen should appear

     
     
  • Select method of authentication 
  • Enter the URL of the Studio Management Service
  • Enter username and password
  • Press check connection to see if the connection is working
  • Press save and close window
  • Your Studio projects should be visible in the development dashboard

Java development.properties

You can configure a Studio connection via the development.properties file. This file is located in your Aquima home directory. 

### Studio connectivity Studio 8+ ###
# Authentication can be NTLM, NTLM_CUSTOM or BASIC
studio8.description=Studio Projects
studio8.prefix=Studio
studio8.authentication=BASIC
studio8.url=http://localhost:8097/aquima/studio/ManagementService
studio8.domain=
studio8.username=admin
studio8.password=welcome

 

.NET

todo

 

Start a project via a shortcut

While running in production mode it is safest to use a shortcut to start a project. To start a project via a shortcut simply navigate to

yourserver>/Runtime/<shortcut>

By default there are no shortcuts available. You can easily create a shortcut via configuration files of the development dashboard

Create a shortcut

todo

Development dashboard

todo

Please note this option is only available in the Java runtime

Java

todo

.NET

todo

Export a project

todo

 

 

  • No labels