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
153
Issues
153
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
6612b915
Verified
Commit
6612b915
authored
Dec 06, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] fix some AI formatting
parent
b4b42c1e
Pipeline
#7090
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+10
-2
No files found.
README.md
View file @
6612b915
...
@@ -34,24 +34,32 @@ Install:
...
@@ -34,24 +34,32 @@ Install:
-
[
Nix
](
https://nixos.org/download/
)
-
[
Nix
](
https://nixos.org/download/
)
-
[
Docker Compose
](
https://docs.docker.com/compose/install/
)
.
-
[
Docker Compose
](
https://docs.docker.com/compose/install/
)
.
Add yourself to the
`docker`
group (replace
`myusername`
with your username):
Add yourself to the
`docker`
group (replace
`myusername`
with your username).
```
### Getting the source code
### Getting the source code
```
bash
```
bash
git clone https://gitlab.iscpif.fr/gargantext/haskell-gargantext.git
&&
cd
haskell-gargantext
git clone https://gitlab.iscpif.fr/gargantext/haskell-gargantext.git
&&
cd
haskell-gargantext
```
### Building Gargantext
### Building Gargantext
#### Building the Backend
#### Building the Backend
Run the install script to build, test, and document:
Run the install script to build, test, and document:
```
bash
./bin/install
./bin/install
```
#### Building the Frontend
#### Building the Frontend
This builds GarganText, runs tests, and generates documentation.
This builds GarganText, runs tests, and generates documentation.
Move into the
`purescript-gargantext/`
directory, then run the install script:
Move into the
`purescript-gargantext/`
directory, then run the install script:
```
bash
./bin/install
```
Run the script in
`purescript-gargantext/`
:
Run the script in
`purescript-gargantext/`
:
```
cd purescript-gargantext && ./bin/install && cd ..
cd purescript-gargantext && ./bin/install && cd ..
```
```
...
...
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