Skip to content

Installing

WangJun edited this page Dec 2, 2017 · 2 revisions

You can download and install all dependency and compile source for yourself. We also provide a docker image for Linux, which is easier to install.

Install (Docker)

  • 1 . Download a Docker for linux from this page.

  • 2 . Un-zip Docker for linux and run the server on Linux

url=https://raw.githubusercontent.com/dotnetGame/MineCase/master/build/docker/linux/docker-compose.yml
curl -o docker-compose.yml $url
docker-compose up

Tips:

You can stop the server by enter docker-compose stop.

Install (Github)

  • 1 . Download and install a .NET Core sdk 2.0 from this page.
  • 2 . Download and install a MongoDB from this page.
  • 3 . Download a MineCase archive from the github page (or clone:)
     git clone git@github.com:dotnetGame/MineCase.git
     cd MineCase
  • 4 . Un-zip Minecase archive.
  • 5 . Build and run the build_and_run
    • OSX : Run the build_and_run.sh.
    • Linux : Run the build_and_run.sh.
    • Win : Double-click build_and_run.bat.
Clone this wiki locally