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
158
Issues
158
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
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
dad36dd5
Commit
dad36dd5
authored
Mar 13, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docker] update image, add README info
parent
dc1820d0
Pipeline
#777
failed with stage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
README.md
README.md
+8
-1
Dockerfile
devops/docker/Dockerfile
+1
-1
stack.yaml
stack.yaml
+1
-1
No files found.
README.md
View file @
dad36dd5
...
...
@@ -72,7 +72,14 @@ stack install
~/.local/bin/gargantext-init
"gargantext.ini"
```
For Docker env, run:
For Docker env, first create the appropriate image:
```
sh
cd
devops/docker
docker build
-t
fpco/stack-build:lts-14.27-garg
.
```
then run:
```
sh
stack
--docker
run gargantext-init
--
gargantext.ini
...
...
devops/docker/Dockerfile
View file @
dad36dd5
from
fpco/stack-build:lts-14.
6
from
fpco/stack-build:lts-14.
27
RUN
apt-get update
&&
\
apt-get
install
-y
git libigraph0-dev
&&
\
...
...
stack.yaml
View file @
dad36dd5
...
...
@@ -7,7 +7,7 @@ packages:
docker
:
enable
:
false
repo
:
'
fpco/stack-build:lts-14.
6
-garg'
repo
:
'
fpco/stack-build:lts-14.
27
-garg'
run-args
:
-
'
--publish=8008:8008'
...
...
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