Skip to content

webappDEV0001/e-learning

Repository files navigation

4actuaries

E-learning application

Prerequisities

In order to run this containers you'll need docker and docker-compose installed.

Getting Started

Clone and enter git repository

$ git clone https://git.krypta.it/owner/4actuaries && cd 4actuaries

Create .env file from template

$ cp .env.example .env

Run docker-compose up

$ docker-compose -f utils/docker/docker-compose.yml up --build

After couple of minutes app should start and you will have access to http://localhost:8000/

(Optionally) You can create superuser (admin)

$ docker-compose exec web python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published