- Git
- Docker and Docker Compose (optional, for container development)
For local development we need to setup few packages in our local machine. The installation is handled by one script.
- Open Command Prompt as administrator
- Navigate to your project directory:
cd path\to\data-dialogue
- Run the setup script:
scripts\setup_windows.bat
-
Open terminal
-
Navigate to your project directory:
cd path/to/data-dialogue
-
Make the script executable:
chmod +x scripts/setup_linux.sh
-
Run the setup script:
If you are using linux subsystem (e.g wsl) Run this command first:
sudo apt-get install dos2unix # Install if not present dos2unix scripts/setup_linux.sh
./scripts/setup_linux.sh
docker-compose up --build