Skip to main content

Installation

This section contains instructions on how to get started with OGRRE. OGRRE is a web application that runs using a Python backend server and a javascript frontend. In addition, the application relies on Google Cloud services and MongoDB for a database.

For the easiest local setup, follow the Run OGRRE with Docker instructions.

This guide includes the following sections:
  1. Create and connect a Google project
  2. Create and connect MongoDB database
  3. Install OGRRE on your computer
  4. Run OGRRE with Docker
  5. Connect trained processors to OGRRE

Use the manual setup pages when configuring each service yourself. For local development, the Docker guide starts the frontend, backend, and MongoDB together.