HR software you love to hate.
- make
- docker and docker compose v2
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.
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 |
App images will be accessible under the following tags:
Beta:
registry.blumilk.pl/internal-public/toby:beta
Prod:
registry.blumilk.pl/internal-public/toby:latest
registry.blumilk.pl/internal-public/toby:v1.2.3
(depends on releases/tags)