Skip to content

Update docker installation#1006

Merged
rocky merged 1 commit intomasterfrom
docker-for-1.1.0
Nov 19, 2020
Merged

Update docker installation#1006
rocky merged 1 commit intomasterfrom
docker-for-1.1.0

Conversation

@rocky
Copy link
Copy Markdown
Member

@rocky rocky commented Nov 15, 2020

Install pymathics.natlang
Docker files are now in app not docker.

Down the line I'd like to see adding a simple script to run either the web and cli.

$ docker run --rm -it --name mathics-web -p 8000:8000 -v /tmp:/usr/src/app/data mathicsorg/mathics --mode ui
$ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data mathicsorg/mathics --mode cli

is a bit too tedious. Not sure how to get that done though.

Install pymathics.natlang
Docker files are now in app not docker.
@rocky rocky requested review from GarkGarcia and mmatera November 15, 2020 03:37
@mmatera
Copy link
Copy Markdown
Contributor

mmatera commented Nov 15, 2020

Maybe just add a docker-mathicsscript and docker-mathicsweb scripts to bin/?

@rocky
Copy link
Copy Markdown
Member Author

rocky commented Nov 15, 2020

Maybe just add a docker-mathicsscript and docker-mathicsweb scripts to bin/?

The problem here is that somehow we want this installed with docker. I suppose we could install docker-specific scripts inside Mathics3 even though those are supposed to be separate.

I may try this down the line in a different PR. Or feel free to do so yourself.

(I had originally posted a reply to a different question and removed that.)

@rocky rocky merged commit 1ef243a into master Nov 19, 2020
@rocky rocky deleted the docker-for-1.1.0 branch December 28, 2020 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants