Skip to content

Build and run Centrifugo from source code

Alexander Emelin edited this page Dec 21, 2021 · 4 revisions

This doc contains information that can be helpful for developers or contributors that want to hack into server.

To build Centrifugo you must have Go language installed.

Clone this repo. And then all you need to build Centrifugo is run:

go build

– from root repo directory.

Successful build will generate centrifugo binary in the same directory, so you can start Centrifugo:

./centrifugo
Clone this wiki locally