Sergei-vb / coralline-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coralline-dashboard

Table of contents

Getting started

Dependencies

This application works in conjunction with:

Installation

  1. Docker
  2. Docker compose

Documentation

Run project

You need to go to the directory with the Dockerfile of the cloned repository, then:

  1. Create Image: docker build -t NAME_YOUR_IMAGE .
  2. Enter the parameters of the docker-compose.yml:
    • image: NAME_YOUR_IMAGE
    • NAME=
    • USER=
    • PASSWORD=
    • HOST=
    • PORTDB=
  3. Run Container: docker-compose up

Run in virtualenv

  • You need to fill in the file cdashboard/dev.py.template with your values
  • Rename it to cdashboard/dev.py
  • Run the command: ./manage.py migrate
  • Run the command: ./manage.py runserver

About


Languages

Language:Python 63.4%Language:HTML 22.4%Language:JavaScript 14.1%