Skip to content
Snippets Groups Projects
Commit 7fc1653c authored by lennart.kramer's avatar lennart.kramer
Browse files

add a note about how to find the maxima version

parent 3d6adab2
Branches
Tags
No related merge requests found
......@@ -40,6 +40,9 @@ The container should then be available on port 8080 (from outside the host too,
The port of the server inside the container is `8080` and the path that has to be input into stack is `http://[address:port]/goemaxima`.
Some older versions of the image accept only `http://[address:port]/maxima` and this url should work in newer versions as well.
Stack expects a maxima version to be set in the settings.
You can find out which maxima version to use for a particular `STACKMAXIMA_VERSION` by taking a look at the second column of the `versions` file at the root of this repository.
If you do not wish to use the docker-compose configuration, you can also run the image with
```
$ docker run --restart=always --tmpfs /tmp -p $address:$port:8080 $imagename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment