Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

stounfo/day-statistic-backend

Repository files navigation

day_statistic_backend

First start

Download the project dependencies:

Run the development server:

make install
make start

Show another magic of make.

make help

Deploy from a local system to a server

Add your public ssh key to the server in ~/.ssh/authorized_keys.

Run deploy.

Attention! The script below deletes all unused docker data on the managed node.

make deploy DEPLOY_HOST=206.188.197.52 DEPLOY_USER=ansible DEPLOY_PROJECT_PATH=/opt/test APP_IMAGE_URL=ghcr.io/stounfo/day_statistic_backend:latest

DEPLOY_HOST - host of the server

DEPLOY_PROJECT_PATH - path where the project will be installed on the server

DEPLOY_USER - username on the server

APP_IMAGE_URL - URL with a application

Deploy from a fork cd

Work in progress.

Contributing

Contributing cheatsheet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages