Alkemist by RunSafe

ASRI

SOLUTIONS

GET SUPPORT


RUNSAFE
FLARE
Deployment GuideHow it Works
Step 1
Down Arrow Mirrored

Select Install Method

Deployment Option
Deployment Option
Deployment Option

Choose which install method you would like to see instructions for and a list of available distributions will be shown. The Alpine instructions are for APKs that will work on Alpine. The Debian instructions are for debs that will work on Debian-based OSes such as Debian, Ubuntu, and Mint. The RPM instructions are for RPM that will work on Fedora-based OSes such as Fedora, centOS, RHEL, and Rocky Linux.


Step 2
Down Arrow

Select Distribution

Debian 11 (Bullseye)

Need to know your distribution? Run this command in a terminal: lsb_release -a. The displayed Release will start with its major release number and/or the Codename will match one of those in parentheses in the dropdown if Flare supports it.


Step 3
Down Arrow Mirrored

Install Flare

1# Install packages to enable secure download of alkemist-flare
2sudo apt-get -y install apt-transport-https ca-certificates wget gnupg
3
4# Add RunSafe repo to list of those apt will check for packages
5echo 'deb https://runsafesecurity.jfrog.io/artifactory/debian-alkemist-flare bullseye main' | sudo tee -a /etc/apt/sources.list.d/alkemist.list
6
7# Add RunSafe's GPG public key locally
8wget -qO - https://runsafesecurity.jfrog.io/artifactory/api/gpg/key/public | sudo apt-key add -
9
10# Update apt to include new repo and install alkemist-flare
11sudo apt-get update
12sudo apt-get -y install alkemist-flare

Run these commands on your system to let it know to look for Flare's packages on our servers and then install Flare.


Step 4
Alkemist Logo

Configure Flare

Specify Alkemist License Key

When you register for an account an Alkemist license key valid for a free 30-day data study will be generated for you automatically.
Your Alkemist license key must be set as the environment variable ALKEMIST_LICENSE_KEY on the system(s) configured to send Flare data. This can be done many different ways and can be system-dependent. If you need help, please reach out to support@runsafesecurity.com.