5 Gargantext is a collaborative web platform for the exploration of sets
6 of unstructured documents. It combines tools from natural language
7 processing, text-mining, complex networks analysis and interactive data
8 visualization to pave the way toward new kinds of interactions with your
11 This software is a free software, developed by the CNRS Complex Systems
12 Institute of Paris Île-de-France (ISC-PIF) and its partners.
18 Front-End is written in [Purescript](http://www.purescript.org/).
19 Then Gargantext Front-End is developed in another git repository.
20 Before building the whole repo you need:
22 1. Get the source code:
23 git clone https://gitlab.iscpif.fr/gargantext/purescript-gargantext.git
24 2. cd purescript-gargantext
25 3. read the README.md to install it
30 Back-End of Gargantext rely on several backends:
31 1. Haskell backend with orchestrator
35 Docker will be created to ease the backends installation.
39 On Linux Debian (and Ubuntu?), install Dependencies.
40 sudo apt-get install libbz2-dev lipq-dev
41 (In the near future, we will use Nix.)
44 - https://docs.haskellstack.org/en/stable/README/
45 - curl -sSL https://get.haskellstack.org/ | sh
47 ### Get the orchestrator library
49 git clone https://github.com/np/servant-job.git
51 ## Building and installing
55 ~/.local/bin/gargantext --run Mock --port 8008