Skip to content
Aron Heinecke edited this page May 10, 2022 · 7 revisions

Standalone Setup

1. Configure application

  1. Create a folder named ~/.config/acrarium (e.g. /home/f43nd1r/.config/acrarium, see down below for different paths)
  2. Create a file named application.properties in that directory (e.g. /home/f43nd1r/.config/acrarium/application.properties)
    See here for configuration options.

2. Setup database

See database setup.

3. Run application

Download the latest release jar, then run it directly using java 11+

java -jar acrarium-1.0.0.jar

You can also specify a different "home" path via -Duser.home=, which has to come before -jar.