Skip to content
lampii edited this page May 25, 2022 · 5 revisions

Step 1 - Install Go

Make sure you have a working Go environment. Follow the official install instructions.

Step 2 - Clone the repository

First of all you need to download the source code by cloning the Beehive repository:

git clone git://github.com/muesli/beehive.git
cd beehive

Now we need to get the required dependencies:

go get -v

Let's build Beehive:

make

At this point you should be able to run Beehive:

./beehive -help

Step 3 - Create a configuration

Now that you've built Beehive, it's time to create a basic configuration to see it in action. Follow our Configuration wiki page.