Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.01 KB

getting-started.md

File metadata and controls

17 lines (14 loc) · 1.01 KB

Create your own Valtimo implementation

This section contains information on how to create a new Valtimo implementation. It contains information on which modules are available and what settings at minimum are required to use them. This section is meant for people who want to set up their own Valtimo installation. Some knowledge on java build tools such as maven or gradle is assumed.

When creating a new Valtimo implementation you can look at Using Valtimo for more information on how to configure and use Valtimo. Explanations on how to extend Valtimo functionality and introduce custom functions can be found in the Extending Valtimo section.