Versions Compared

Key

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

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 shortcutstart a project via a ( user friendly ) url. After installation the runtime will contain some example projects. You can add projects by configuring a connection to Studio or add project exports

...

Info

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

Start a project via

...

a

...

URL

...

Create a shortcut

There are multiple ways to configure a shortcut.

Development dashboard

Info

Please note this option is only available in the Java runtime

You can configure a shortcut via the settings menu of the dashboard

...

 

...

Java aquima.properties

You can configure a shortcut via the aquima.properties file. This file is located in your Aquima home directory. The properties contain the name of the shortcut

Code Block
### Shortcuts - Shortcuts can be started via the url: http://YOURSERVER:PORT/ROOT/server/start/SHOTCUTNAME ###
production.shortcutsOnly=false
shortcut.ChildSupport.flow=Start
shortcut.ChildSupport.languageCode=en-GB
shortcut.ChildSupport.project=export-Kinderbijslag
shortcut.ChildSupport.theme=forms
shortcut.ChildSupport.ui=mvc
shortcut.ChildSupport.version=0.0-Wetwijziging
Info

Please note, if you leave out the shortcut.NAME.version property the runtime will automatically select the latest version.

 

.NET web.xml

You can configure a shortcut via the web.xml. This file is located in your wwwroot directory.

...