KnpLabs / keskonmang-api

The API project of the keskonmage application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keskonmang

Setup on local environment

There is a .env.dist at the root directory that can be cloned into .env. It's up to you to edit these env vars according to your local environment.

Note: the make dev command will copy the .env.dist file into .env if it does not exist.

Installation

$ make dev

This command will build the docker containers and update dependencies.

Services

Make commands

Command Description
dev Build and start the stack. (Combination of cp-env, build, install-deps, start)
start Start the docker-compose stack.
stop Stop the docker-compose stack.
install-deps Install dependencies

Make commands to run linters

Command Description
lint-compose-files Run linter for compose files
lint-yaml Run linter for yaml files

About

The API project of the keskonmage application


Languages

Language:PHP 92.7%Language:Makefile 4.7%Language:Dockerfile 2.5%