-
-
Notifications
You must be signed in to change notification settings - Fork 10
Getting Started
Gabriel Simmer edited this page Apr 25, 2019
·
6 revisions
The master is where all the servers and clients aggregate to pass along their data or receive it. It's as simple as unpacking the archive to your desired location and running the binary.
tar -xf platypus-3.0.0.tar.xz -C platypus
cd platypus
screen ./platypus-linux-x64
The master will generate a secret key, located in the .secret file, which we'll be using for the servers we want to keep an eye on. You should be able to visit the blank Platypus instance at localhost:9090
.
Basic setup is similar to the master.
tar -xf platypus_client-3.0.0.tar.xz -C platypus_client
cd platypus_client
nano config.yml
# You'll want to insert your secret key here, and the location of your master server.
screen ./platypus_client-linux-x64
Et voila, if all goes well you should see the server pop up on the webpage and some console logging from the client.