Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
131
Issues
131
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
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
purescript-gargantext
Commits
18cd453a
Commit
18cd453a
authored
Feb 07, 2023
by
Fabien Maniere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
87796279
Pipeline
#3643
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
README.md
README.md
+9
-6
No files found.
README.md
View file @
18cd453a
...
...
@@ -20,18 +20,19 @@ frontend for the backend server built by
## Getting set up
There are two approaches to working with the build:
1.
Use our Nix or Docker setup
2.
Install our dependencies yourself
1.
Use Nix setup
2.
Use Docker setup
### With Nix setup
First install
[
nix
](
https://nixos.org/guides/install-nix
.html
)
:
First install
[
Nix
](
https://nixos.org/download
.html
)
:
```
shell
sh <
(
curl
-L
https://nixos.org/nix/install
)
--daemon
sh <
(
curl
-L
https://nixos.org/nix/install
)
--daemon
```
Verify the installation is complete
Verify the installation is complete
(
**Note:**
close the current terminal session and open en new session to get nix working)
```
shell
$
nix-env
--version
nix-env
(
Nix
)
2.11.0
...
...
@@ -48,6 +49,8 @@ connected to any backend. For instance you can serve it :
cd dist/ && python3 -mhttp.server
```
**Local instance is ready!**
(Example: http://localhost:8000/)
### With Docker setup
...
...
@@ -66,7 +69,7 @@ root and you'll need root powers to get ownership back!
Now build the docker image:
```
shell
docker
-
compose build frontend
docker
compose build frontend
```
That's it, skip ahead to "Development".
...
...
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