Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
0ae2b028
Commit
0ae2b028
authored
Feb 09, 2023
by
fabien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
705dca3b
Pipeline
#3653
failed with stage
in 53 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+9
-3
No files found.
README.md
View file @
0ae2b028
<div
align=
"center"
><img
height=
"180"
src=
"https://gitlab.iscpif.fr/gargantext/purescript-gargantext/raw/dev/dist/images/logo.png"
></div>
# Gargantext with Haskell (Backend instance)



## About the project
GarganText is a collaborative web-decentralized-based macro-service
...
...
@@ -24,7 +29,7 @@ progress. Please report and improve this documentation if you encounter issues.
### 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
curl
-sSL
https://get.haskellstack.org/ | sh
...
...
@@ -33,11 +38,12 @@ curl -sSL https://get.haskellstack.org/ | sh
Verify the installation is complete with
```
shell
stack
--version
Version 2.9.1
```
### With Nix setup
First install
[
n
ix
](
https://nixos.org/download.html
)
:
First install
[
N
ix
](
https://nixos.org/download.html
)
:
```
shell
$
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
```
shell
$
nix-env
--version
nix-env
(
Nix
)
2.
3.12
nix-env
(
Nix
)
2.
12.0
```
And just build:
```
sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment