https://github.com/midnighter/x-grumpy
A Docker image that can be run with x11docker in order to access the ScrumPy GUI without hassle.
https://github.com/midnighter/x-grumpy
Last synced: 3 months ago
JSON representation
A Docker image that can be run with x11docker in order to access the ScrumPy GUI without hassle.
- Host: GitHub
- URL: https://github.com/midnighter/x-grumpy
- Owner: Midnighter
- Created: 2019-02-20T14:45:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:45:51.000Z (over 7 years ago)
- Last Synced: 2025-01-04T20:15:00.447Z (over 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install ScrumPy in a safe Docker environment
The [installation](http://mudshark.brookes.ac.uk/ScrumPy/Installation) of
ScrumPy requires root access and only works on older Linux distributions. This
Docker image takes care of all that.
## Instructions
1. First of all, you need [x11docker](https://github.com/mviereck/x11docker) in
order to run a GUI from inside of a container. You might need to install
`xclip` on your local machine in order to share the clipboard between your
system and the GUI.
2. [Download](http://mudsharkstatic.brookes.ac.uk/Download/ScrumPy.tgz) the
latest version of ScrumPy (1254 currently) and extract it into the root of
this repository. If it is a different version, please adjust the
`.dockerignore` file.
3. If you have unusual user and group IDs you might have to modify the build
script, otherwise just try `make build` and go grab a cup of coffee/tea.
4. When the build has finished, hit `make run` and excitedly wait for a window
with ScrumPy to pop up.
5. While that container is running, you can conveniently use `make copy` which
will copy SBML (`*.sbml`) and `*.spy` files from the `models/` directory into
the home of the docker user.
6. Take a good look at the [ScrumPy
documentation](http://mudshark.brookes.ac.uk/ScrumPy/Doc) and get cracking.
## Copyright
There's no actual code here just some commands and a Dockerfile.

This work is
licensed under a Creative Commons Attribution
4.0 International License.