# quick-deploy **Repository Path**: mirrors_elastic/quick-deploy ## Basic Information - **Project Name**: quick-deploy - **Description**: Provides a very easy and simple way to deploy Elastic Search and Kibana. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quick Deploy -- Get running in 2 mins! Designed to be a quick and easy way to test and play with Elasticsearch (not intended to be used in production). This script does the following: Installs prerequisites (if necessary): - Docker - Docker-Compose Starts dockerized instances of: - Elasticsearch - Kibana ## Running the deploy script ### Debian 1. Clone this repo onto the machine on which you wish to run Elasticsearch - `git git@github.com:elastic/quick-deploy.git` 2. Navigate into the repo you just cloned - `cd quick-deploy` 3. Run the shell script - `./quick-deploy.sh` ### Centos 1. Coming soon!