Commit 43564cbe authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/update-readme' into dev

parents 82d9289a 653e5e8f
...@@ -190,9 +190,11 @@ The initialization schema should be loaded automatically from `devops/postgres/s ...@@ -190,9 +190,11 @@ The initialization schema should be loaded automatically from `devops/postgres/s
$ cp gargantext-settings.toml_toModify gargantext-settings.toml $ cp gargantext-settings.toml_toModify gargantext-settings.toml
``` ```
**NOTE** If you had the `gargantext.ini` file before, you can automatically generate toml with: **NOTE** If you had the `gargantext.ini` file before, you can automatically
convert it into a file `gargantext-settings.toml` by running the following
from a Nix shell:
```shell ```shell
n$ cabal v2-run gargantext-cli -- ini --ini-path ./gargantext.ini > gargantext-settings.toml n$ cabal v2-run gargantext-cli -- ini
``` ```
> `.gitignore` excludes this file, so you don't need to worry about > `.gitignore` excludes this file, so you don't need to worry about
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment