Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
gargantext-ihaskell
Commits
cd968617
Commit
cd968617
authored
Nov 26, 2017
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: add instructions for using Docker
parent
20124b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.md
README.md
+14
-0
No files found.
README.md
View file @
cd968617
...
@@ -67,6 +67,20 @@ _Tested on macOS Sierra (10.12.6)_
...
@@ -67,6 +67,20 @@ _Tested on macOS Sierra (10.12.6)_
stack
exec
jupyter
--
notebook
stack
exec
jupyter
--
notebook
```
```
## Docker
If you prefer a Docker-based workflow, you can use it to create an IHaskell
notebook environment. For example:
```
bash
$
docker build
-t
ihaskell:latest
.
$
docker run
-it
-p8888
:8888 ihaskell:latest
```
Currently the component that takes the longest time to compile is
`ihaskell-widgets`
, so if you're in a hurry you may want to comment that out in
`stack.yaml`
.
## Nix
## Nix
If you have the
`nix`
package manager installed, you can create an IHaskell
If you have the
`nix`
package manager installed, you can create an IHaskell
...
...
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