Skip to content
Snippets Groups Projects
Select Git revision
  • 1e850797d3b9b9e154a050c695d6f9368d3f6fcf
  • master default protected
  • develop protected
  • feat_remove_attr
  • python2.7
  • python3.8
6 results

util

  • Clone with SSH
  • Clone with HTTPS
  • ShellValier v2

    Running the development environment

    In order to run the development environment locally:

    1. Make sure you have Docker Desktop and Docker Compose installed.

    2. Build and run the project by executing:

       ./docker/scripts/run-docker
       
       docker-compose stop backend — bo reset_db.sh nie lubi jak coś się łączy do bazki
       docker-compose run backend bash — I w nim ./reset_db.sh
       docker-compose start backend

    Working in the development environment

    Whenever you need to establish an interactive bash session in the running applicaiton container, execute:

        ./docker/scripts/docker-bash