rpi-evennia Code
Raspberry Pi cpompatible docker image containing an Evennia MUD server
Brought to you by:
niels
File | Date | Author | Commit |
---|---|---|---|
Dockerfile | 2016-05-03 |
![]() |
[fb1a16] fixed installation routine |
LICENSE | 2016-05-02 |
![]() |
[6b0eb2] Initial commit |
README.md | 2016-05-03 |
![]() |
[fb1a16] fixed installation routine |
runevennia.sh | 2016-05-03 |
![]() |
[fb1a16] fixed installation routine |
Raspberry Pi cpompatible docker image containing an Evennia MUD server.
This image contains an Evennia MUD server. It is based on the resin/rpi-raspbian image and was successfully tested on a Raspberry Pi 3 running HypriotOS.
To conntect point your browser to http://<your-ip>:8000</your-ip>
Superuser username is: admin
Superuser password is: p@ssword
Execute with:
docker run -d -p 8000:8000 -p 8001:8001 -p 5001:5001 -p 4000:4000 ufud/rpi-evennia
Dockerfile on Github:
https://github.com/ufud-org/rpi-evennia