Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.56 KB

Mednafen Server for GNU/Debian

GitHub Release MicroBadger Layers Build Status

Automatic build and deployment of the package mednafen-server.

General use

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.

Docker use

  • 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.

License

GNU Banner

GNU GPLv3. Copyright (c) Valentin Popov.