Commit 514a2c5e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ADM] scripts to install.

parent 00713970
......@@ -15,9 +15,17 @@ Institute of Paris Île-de-France (ISC-PIF) and its partners.
curl -sSL https://gitlab.iscpif.fr/gargantext/haskell-gargantext/raw/master/install-via-docker | sh
## Use Cases
### Multi-User with Graphical User Interface (Server Mode)
### Command Line Mode
(for now: simple cooccurrences computation)
~/.local/bin/stack --docker exec gargantext-server -- --ini "gargantext.ini" --run Prod
### Command Line Mode tools
#### Simple cooccurrences computation and indexation from a list of Ngrams
stack --docker exec gargantext-cli -- CorpusFromGarg.csv ListFromGarg.csv Ouput.json
......@@ -34,3 +34,7 @@ cd ..
~/.local/bin/stack --docker build
~/.local/bin/stack --docker install
# Database configuration
# CREATE USER gargantua WITH PASSWORD $(grep DB_PASS gargantext.ini)
# GRANT ALL PRIVILEGES ON DATABASE gargandbV4 to gargantua
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