Add information in documentation in Deploy Server part

This commit is contained in:
Clementine Urquizar 2019-11-13 15:37:21 +01:00
parent c734af55c0
commit b18fb868e8
1 changed files with 6 additions and 0 deletions

View File

@ -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).<br/>
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,