Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 1.96 KB

File metadata and controls

83 lines (53 loc) · 1.96 KB

Build the docker image

Prerequisites

Before you begin, deactivate your virtual environment if any and ensure you have met the following requirements: Before you begin, deactivate your virtual environment if any and ensure you have met the following requirements:

Installation

To set up the project, follow these steps:

  1. Clone the repository:

    git clone git@github.com:linalgo/wsd.git
    cd wsd
  2. Copy environment variables and update as needed:

    cp .env.example .env
  3. Install pre-commit:

    If pre-commit is not already installed, you can install it using the following command:

     pip install pre-commit
     pre-commit install
  4. Build docker image:

    task build
  5. Access the Docker Container:

    docker compose up dev -d
    docker exec -it wsd-dev bash