sublime-security / sublime-platform

A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, collaborate with the community, and write detections-as-code.
https://sublime.security
MIT License
166 stars 15 forks source link

Add public install script #34

Closed hugh-sublime closed 2 years ago

hugh-sublime commented 2 years ago

Context

In order to improve our onboarding experience, we are introducing a one-liner that will allow users to install and launch the Sublime Platform. The Quickstart guide will have the following command:

curl -sL https://raw.githubusercontent.com/sublime-security/sublime-platform/main/install-and-launch.sh | bash

We will also be using this command in our CI pipelines to ensure that the installation experience isn't broken.

Tests