Skip to content
Snippets Groups Projects
Select Git revision
  • 0a0b6c37ee5d82253b8372049340e8554ff83ef6
  • master default protected
  • vertical_relations
  • lu_without_semantic_frames
  • hierarchy
  • additional-unification-filters
  • v0.1.1
  • v0.1.0
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
17 results

valunifer

  • 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