1 changed files with 25 additions and 4 deletions
@ -1,13 +1,34 @@ |
|||||||
<img align="left" src="http://www.magicbane.com/Development/images/magicbox.png"> |
<img align="left" src="http://www.magicbane.com/Development/images/magicbox.png"> |
||||||
|
|
||||||
|
|
||||||
## MagicBox : Magicbane in a Box! |
## MagicBox : Magicbane MMO in a Box! |
||||||
<br> |
|
||||||
⦿ Fully containerized Magicbane server<br> |
|
||||||
<br> |
<br> |
||||||
|
⦿ Fully containerized Magicbane server<br><br> |
||||||
⦿ Runs on commodity hardware<br><br> |
⦿ Runs on commodity hardware<br><br> |
||||||
⦿ Allows anyone with a dream and a pc to run their own MMO<br><br> |
⦿ Allows anyone with a dream and a pc to run their own MMO<br><br> |
||||||
⦿ Full integration with the Magicbane repo for easy development<br><br> |
⦿ Full integration with the Magicbane repo for easy development<br><br> |
||||||
⦿ Plugin system allows for full run-time modification of the game<br><br> |
⦿ Plugin system allows for full run-time modification of the game<br><br> |
||||||
⦿ Automatic network configuration. Open ports on your router and play<br><br> |
⦿ Automatic network configuration. Open ports on your router and play<br><br> |
||||||
⦿ Magicbane MMO technology; launching a new era of Shadowbane<br<br> |
⦿ Magicbane MMO technology; launching a new era of Shadowbane<br><br><br><br> |
||||||
|
|
||||||
|
|
||||||
|
### Minutes to a Magicbox |
||||||
|
|
||||||
|
>MagicBox contains the exact same codebase, database and devops scripts that drive the Magicbane production server. The *only* difference between the two; with MagicBox the mb.conf configuration directory is externally mounted on the host. This allows a MagicBox administrator to reconfigure his game without first having to start the Magicbox. |
||||||
|
|
||||||
|
### Docker |
||||||
|
|
||||||
|
Docker is available for most all operating systems. Along with a Docker Hub account these are the only two pre-requisites to running a MagicBox. It is worth mentioning that Docker is most at home on Linux. |
||||||
|
|
||||||
|
[Install Docker](https://docs.docker.com/get-docker/) |
||||||
|
|
||||||
|
[Docker Hub](https://hub.docker.com/) |
||||||
|
|
||||||
|
- Sign into Docker Hub |
||||||
|
|
||||||
|
`docker login` |
||||||
|
|
||||||
|
Pull the image |
||||||
|
|
||||||
|
`docker pull magicbane/magicbox` |
||||||
|
|
||||||
|
Loading…
Reference in new issue