Skip to content

THE incident management tool, that will run, hassle-free.

License

Notifications You must be signed in to change notification settings

cloudbeds/response

 
 

Repository files navigation

NAME

prod description

Documentation

Installation

Local development

Configure the env file

$ cp env.example .env

Replace the default values by the ones in Slack.

$ cd docker/
$ docker-compose build
$ docker-compose up

This will mount the code inside the container. It starts a postgres DB, and a separate container for the migrations.

Create a superuser

In order to use the Django admin locally, you will need a super user. After having the application up and running:

$ docker-compose exec response python manage.py createsuperuser

And follow the prompts.

Run migrations

docker-compose exec response python manage.py

Clean up database

If you want to start fresh, run:

$ docker-compose down
$ docker volume rm response_postgres_data

About

THE incident management tool, that will run, hassle-free.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.9%
  • JavaScript 43.6%
  • HTML 6.0%
  • Other 0.5%