This repository contains the Docker setup for the ASReview and Search application. Follow the instructions below to set up and run the application on your local machine.
- Docker: Install Docker
- Docker Compose: Install Docker Compose
Dockerfile
: Docker configuration for building the search application.docker-compose.yml
: Docker Compose configuration for orchestrating the containers..env
: Environment variables configuration (optional).app_AI.py
: The main search application script.requirements.txt
: Python dependencies for the search application.asreview_config.toml
: Configuration file for ASReview.asreview.conf
: Nginx configuration file for ASReview.
-
Clone the Repository:
git clone <repository_url> cd <repository_directory>