Please have a look at the Releases page for the most up-to-date client and server binaries.
If you'd like to compile Bolt from source, please follow the steps below:
- Git
- Go (v1.15.6)
git clone git@github.com:boltchat/bolt.git
cd bolt
go get github.com/magefile/mage
go install github.com/magefile/mageRun mage to see all available targets.
If you'd like to run the server in a Docker container, you should use the most up-to-date image from Docker Hub. The following command should get you up and running within seconds:
docker run -p 3300:3300 --tty boltchat/server:latestSample configuration can be found here.
You can also run the server as a daemon. Service files can be found below: