Apiman Quickstart
Docker Compose
The easiest way to try Apiman is with our Docker Compose distribution. It is also arranged in a way that is more representative of a real-world deployment; broken down into its constituent parts, with all features enabled, and using a production-grade database.
-
Download the Apiman Docker Compose distribution.
-
unzip apiman-docker-compose-3.2.0-SNAPSHOT.zip && cd apiman-docker-compose-3.2.0-SNAPSHOT
-
docker-compose -f docker-compose.setup.yml up
-
docker-compose up
-
🎉 Success!
|