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:
- Create and connect a Google project
- Create and connect MongoDB database
- Install OGRRE on your computer
- Run OGRRE with Docker
- 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.