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
1217d2d3
Commit
1217d2d3
authored
Mar 10, 2014
by
Greg Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README to use docker index build
parent
70c5505a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
README.md
README.md
+4
-5
No files found.
README.md
View file @
1217d2d3
...
...
@@ -24,14 +24,13 @@ As well as the IPython browser-based notebook interface:
Linux Package Installation
===
There is a docker package for Linux.
We will put it up on the registry, but for now you can build it yourself by cloning the repo and running:
There is a docker package for Linux.
sudo docker build -t IHaskell:dev .
sudo docker run -p 8778:8778 IHaskell:dev
sudo docker run -p 8778:8778 gregweber/ihaskell
Th
e console (instead of the browser) can be run
with
Th
is is defaulted to run the browser. You can run the console instead
with
sudo docker run -rm -i -t
IHaskell:dev
console
sudo docker run -rm -i -t
gregweber/ihaskell
console
Windows Installation
...
...
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