Skip to content

blumilksoftware/toby

Repository files navigation

He's watching you

@blumilksoftware/toby

HR software you love to hate.

Local development

Prerequisites

  • make
  • docker and docker compose v2

Setup

Run following commands:

cp .env.example .env
make init
make shell
  # inside container
  npm run dev

Next, place google credentials in /google-credentials.json (check how to obtain the credentials).

Application will be running under localhost:8751 and http://toby.blumilk.localhost/ in Blumilk traefik environment. If you don't have a Blumilk traefik environment set up yet, follow the instructions from this repository.

Available commands

Command Task
make shell Runs application shell
make shell-root Runs application shell as root
make queue Runs queue worker
make test Runs test suite
make dev Runs development mode for frontend
make cs Runs codestyle checks
make fix Runs codestyle fixers

Docker image

App images will be accessible under the following tags:

Beta:

  • registry.blumilk.pl/toby/toby:beta

Production image will be accessible in the new registry since v1.2.1 tag.

Prod:

  • registry.blumilk.pl/toby/toby:latest
  • registry.blumilk.pl/toby/toby:v1.2.3 (depends on releases/tags)

Further reading