Commit 0ae2b028 authored by fabien's avatar fabien

readme

parent 705dca3b
Pipeline #3653 failed with stage
in 53 minutes and 1 second
<div align="center"><img height="180" src="https://gitlab.iscpif.fr/gargantext/purescript-gargantext/raw/dev/dist/images/logo.png"></div>
&nbsp;
# Gargantext with Haskell (Backend instance) # Gargantext with Haskell (Backend instance)
![Purescript](https://img.shields.io/badge/Code-Haskell-informational?style=flat&logo=haskell&color=6144b3)&nbsp;&nbsp;![Nix](https://img.shields.io/badge/Package%20manager-Nix-informational?style=flat&logo=debian&color=6586c8)&nbsp;&nbsp;![Docker](https://img.shields.io/badge/Tools-Docker-informational?style=flat&logo=docker&color=003f8c)
## About the project ## About the project
GarganText is a collaborative web-decentralized-based macro-service GarganText is a collaborative web-decentralized-based macro-service
...@@ -24,7 +29,7 @@ progress. Please report and improve this documentation if you encounter issues. ...@@ -24,7 +29,7 @@ progress. Please report and improve this documentation if you encounter issues.
### Stack setup ### Stack setup
You need to install stack first: You need to install [Stack (or Haskell Tool Stack)](https://docs.haskellstack.org/en/stable/) first:
```shell ```shell
curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh
...@@ -33,11 +38,12 @@ curl -sSL https://get.haskellstack.org/ | sh ...@@ -33,11 +38,12 @@ curl -sSL https://get.haskellstack.org/ | sh
Verify the installation is complete with Verify the installation is complete with
```shell ```shell
stack --version stack --version
Version 2.9.1
``` ```
### With Nix setup ### With Nix setup
First install [nix](https://nixos.org/download.html): First install [Nix](https://nixos.org/download.html):
```shell ```shell
$ sh <(curl -L https://nixos.org/nix/install) --daemon $ sh <(curl -L https://nixos.org/nix/install) --daemon
...@@ -46,7 +52,7 @@ $ sh <(curl -L https://nixos.org/nix/install) --daemon ...@@ -46,7 +52,7 @@ $ sh <(curl -L https://nixos.org/nix/install) --daemon
Verify the installation is complete Verify the installation is complete
```shell ```shell
$ nix-env --version $ nix-env --version
nix-env (Nix) 2.3.12 nix-env (Nix) 2.12.0
``` ```
And just build: And just build:
``` sh ``` sh
......
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