- Create an empty file named
robby.db
- Copy
.env.template
to.env
and adjust settings as fit for the environment - Run
sqlite3 robby.db
and then.read database_schemay.sql
to create the db file - Run
docker compose up --build -d
- Navigate to
<server-ip>:63378
- Kotlin
- JVM 17
- Maven
Remaining required libraries and toolings can be installed through maven with maven install
.
- Run
database_schema.sql
with sqlite to create a local databse file - Set
DATABASE_PATH
env-var to the file path when running pointing to this file