This guide walks you through setting up and using ISS Data Collection Tool locally.
git clone https://github.com/ISSResearch/Data-Collection-Tool.git
cd data-collection-toolmake buildcp .env.sample .env
make startMake sure make, Docker, and Docker Compose are installed. Edit the .env file to suit your environment before proceeding.
This command starts all services in production mode using Docker Compose. The project will be accessible at http://localhost:8000 (default port).
make init-adminYou must create a superuser before accessing the UI. Only admin users can currently create new projects and manage roles/permissions. More about that in Users and Roles