Skip to content

Running the GCS Application

Note: This guide assumes that you have installed the GCS application and have it set up correctly. If you haven’t done so, please refer to the Installation Guide.

  1. Open the Docker Desktop application to turn on the Docker engine.
  2. Using either the Containers VS Code extension (recommended) or Docker Desktop, ensure that the PostgreSQL and RabbitMQ containers are running. If they are not running, start them now. image
RabbitMQ: docker-compose up rabbitmq
PostgreSQL: docker-compose up db
  1. Open a terminal window in VS Code where the code repository is located.
  2. Start up the map server by running the following command:
bun run osm:run
  1. In a new terminal window, start the GCS application by running the following command:
bun tauri