Bubbly Maps

Quick Start

Getting started with Bubbly Maps locally

Introduction

Bubbly Maps (Bub-blee Maps) is a water fountain mapping app, designed to be fast, flexible, and packed with quality features.

You can access the official Bubbly Maps public instance here.

Self-hosting

This guide will teach you how to self host the platform. This will allow you to map your own water fountain dataset on a map.

Prerequisites

Before you begin, make sure you have the following installed:

Installing Bubbly Maps

Next, execute the following commands in your terminal.

git clone https://github.com/bubblymaps/bubblymaps
cd bubblymaps
  1. Edit docker-compose.yml with your environment variables.
  2. Start Bubbly Maps:
docker compose up --build

You can now access your hosted instance at port 2000.

Next Steps

On this page