Skip to content

sprust/slogger

Repository files navigation

SLogger

Installation

Copy env files

make env-copy

Set up environment variables. Below some important of them.

.env

APP_ENV=production# or local
APP_DEBUG=false# true for local

# root user is set by default
# to find user id and group id on linux use commands `id -u` and `id -g`
DOCKER_USER_ID=1000
DOCKER_GROUP_ID=1000

FRONTEND_DOCKER_COMMAND=${FRONTEND_DOCKER_SERVER_COMMAND}# or ${FRONTEND_DOCKER_LOCAL_COMMAND}
FRONTEND_DOCKER_PORT=3075# external port for web panel

QUEUE_TRACES_CREATING_QUANTITY=10# for collector jobs

frontend/.env

BACKEND_URL=https://localhost:10021# see port in .env.OCTANE_RR_DOCKER_PORT

Setup

make setup

Rabbitmq

Add queue with name from env.QUEUE_TRACES_CREATING_NAME

User creating

make art c=user:create

Service creating

make art c=service:create

Open-api scheme

storage/api/json-schemes/traces-api-openapi-scheme.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published