Skip to content

Build and run Centrifugo from source code

Alexander Emelin edited this page Nov 5, 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:

go build

– command from centrifugo directory. This command will create centrifugo binary in the same directory so you can start Centrifugo as described in docs.

Clone this wiki locally