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.
Preparing to Run GCS
Section titled “Preparing to Run GCS”- Open the Docker Desktop application to turn on the Docker engine.
- 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.
RabbitMQ: docker-compose up rabbitmqPostgreSQL: docker-compose up dbStarting up the GCS
Section titled “Starting up the GCS”- Open a terminal window in VS Code where the code repository is located.
- Start up the map server by running the following command:
bun run osm:run- In a new terminal window, start the GCS application by running the following command:
bun tauri