From 4466097d44e1346169da33ad4bde3796edc0b022 Mon Sep 17 00:00:00 2001 From: qdequele Date: Wed, 4 Dec 2019 15:36:15 +0100 Subject: [PATCH] Update readme.md; Deploy part --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1c9652d31..66d2bf15d 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,27 @@ For more [details about those features, go to our documentation](https://docs.me ### Deploy the Server +#### Run it using Docker + +```bash +docker run -it -p 7700:7700 --rm getmeili/MeiliSearch +``` + +#### Download the binary + +```bash +curl -L https://install.meilisearch.com | sh +./meilisearch +``` + +#### Compile and run it from sources + +If you have the Rust toolchain already installed, you can compile from the source + ```bash -# If you have the Rust toolchain already installed, you can compile from the source git clone https://github.com/meilisearch/MeiliSearch.git cd MeiliSearch cargo run --release - -# You can also use Docker -docker run -it -p 7700:7700 --rm getmeili/MeiliSearch - -# You can also download the binary -curl -L https://install.meilisearch.com | sh -./meilisearch ``` ### Create an Index and Upload Some Documents