-
-
Notifications
You must be signed in to change notification settings - Fork 325
Installation
lampii edited this page May 25, 2022
·
5 revisions
Make sure you have a working Go environment. Follow the official install instructions.
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
Now that you've built Beehive, it's time to create a basic configuration to see it in action. Follow our Configuration wiki page.