Versions Compared

Key

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

...

  • Select the project
  • Select the branchebranch
  • Select the flow
  • Select the language
  • Select the UI (default is MVC)
  • Select the Theme theme (default is forms)
  • Press start

...

Shortcuts can be used for running a project with specific settings with a user friendly URL. A shortcut usually refers to a project export that is available at runtime, it can also refer to a project in Studio. The following chapters will describe how you can export your project manually and create a shortcut. Projects can also be exported via the publisher.

Create a shortcut

There are multiple ways to configure a shortcut.

...

  • Select settings
  • Select the general tab
  • Select shortcuts
  • Press the add button
  • A pop up window will appear



  • Select the project, branch, flow, language, UI and theme
  • Enter a shortcut name
  • Select add
  • Select save
  • You can now test your shortcut with the following URL: http://HOSTNAME:PORT/server/start/SHORTCUTNAME

...

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

...