Skip to content

How to run a server

Zach Taylor edited this page Apr 14, 2017 · 2 revisions

There are no binaries available. You will need to build+install the program. Click here for more information about installing golang

Installation

You can get the binary using go get go get ospokemon.com/ospokemon

You can also git this repository, and run the go builder/installer yourself like this

git clone github.com/ospokemon/ospokemon
cd ospokemon/ospokemon
go build

Running a server

The binary supports several runtime options. For a detailed list, run ospokemon -h

If a settings.txt file is available in the current working directory, it will be parsed for options. An example settings file (which shows the default values) is available at ospokemon/settings.example.txt

Clone this wiki locally