Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 983 Bytes

INSTALL.md

File metadata and controls

43 lines (26 loc) · 983 Bytes

Geoglify Installation Guide

Prerequisites

Make sure you have the following installed on your system:

  • Docker
  • Docker Compose

Installation Steps

  1. Clone the Geoglify repository:
   git clone https://github.com/geoglify/geoglify.git
   cd geoglify
  1. Start Geoglify using Docker Compose:
   docker-compose up -d
  1. Verify that Geoglify is running:

    Open your browser and navigate to http://localhost:3000.

Usage

Once Geoglify is running, you can start using it by accessing the specified endpoints or integrating it into your applications.

Cleanup

To stop Geoglify and remove the containers, run:

   docker-compose down

This completes the installation and setup of Geoglify using Docker Compose. For more detailed information, refer to the official documentation: Geoglify GitHub Repository.

Happy mapping!