# decibel-cms
Decibel CMS (Managed by Terraform)

## Local launch.
We are using `proxy` pip index, and if you want to install requirements locally you should use `pip` configuration from `configs` folder.

To launch `decibel-cms` on local machine you should:
**-** Install Docker and Docker-compose
**-** Check the `.env` file for all required environment variables, all the  necessary variables are listed in `.env.sample`
**-** Run: `make docker/up-local`
**-** Go to `0.0.0.0:8000`: and log in. It will redirect you to `atlas` login page, enter `decibel-cms` user and password.


## Endpoints:
**1.** `/login` - login endpoint which redirects you to `atlas` login page

**2.** `/logout` - logout endpoint which redirects you to `atlas` logout page

