From b18fb868e8dcae0dd944f8cba17aecd0320675a2 Mon Sep 17 00:00:00 2001 From: Clementine Urquizar Date: Wed, 13 Nov 2019 15:37:21 +0100 Subject: [PATCH] Add information in documentation in Deploy Server part --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c44cc754b..cda845385 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ You will need to create your own web front display to make it pretty though. ### Deploy the Server +If you have not installed Rust and its package manager `cargo` yet, go to [the installation page](https://www.rust-lang.org/tools/install).
You can deploy the server on your own machine, it will listen to HTTP requests on the 8080 port by default. ```bash @@ -50,6 +51,11 @@ rustup override set nightly cargo run --release ``` +For more logs during the execution, run: +```bash +RUST_LOG=info cargo run --release +``` + ### Create an Index and Upload Some Documents MeiliDB can serve multiple indexes, with different kinds of documents,