Make sure you have the following installed on your system:
- Docker
- Docker Compose
- Clone the Geoglify repository:
git clone https://github.com/geoglify/geoglify.git
cd geoglify
- Start Geoglify using Docker Compose:
docker-compose up -d
-
Verify that Geoglify is running:
Open your browser and navigate to http://localhost:3000.
Once Geoglify is running, you can start using it by accessing the specified endpoints or integrating it into your applications.
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!