Automatic build and deployment of the package mednafen-server
.
Installation packages are available in the release section.
After downloading the package, perform the installation:
dpkg --install mednafen-server_*_amd64.deb
Starting the server:
mednafen-server ./standard.conf
An example of the configuration file is in the repository. Detailed information is available on the developer's website.
- Download the image:
docker pull valentineus/mednafen-server:latest
- Start the container:
docker run --detach --restart=unless-stopped --publish 4046:4046 --name "mednafen-server" valentineus/mednafen-server
More information on the image page.
GNU GPLv3. Copyright (c) Valentin Popov.