Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

03. StackStorm installation

Khelil Sator edited this page May 16, 2017 · 1 revision

All-in-one quick installation

Run these commands to execute a deployment script that quickly install StackStorm on ubuntu (single-box deployment for demo).
It will create the st2 user st2admin with the password Ch@ngeMe (you can change this).

sudo apt-get install curl
curl -sSL https://stackstorm.com/packages/install.sh | bash -s -- --user=st2admin --password=Ch@ngeMe

The installation takes about 10 minutes.
Once it completes successfully, you will see the following output:

########################################################


███████╗████████╗██████╗      ██████╗ ██╗  ██╗
██╔════╝╚══██╔══╝╚════██╗    ██╔═══██╗██║ ██╔╝
███████╗   ██║    █████╔╝    ██║   ██║█████╔╝
╚════██║   ██║   ██╔═══╝     ██║   ██║██╔═██╗
███████║   ██║   ███████╗    ╚██████╔╝██║  ██╗
╚══════╝   ╚═╝   ╚══════╝     ╚═════╝ ╚═╝  ╚═╝

  st2 is installed and ready to use.

Head to https://YOUR_HOST_IP/ to access the WebUI

Don't forget to dive into our documentation! Here are some resources
for you:

* Documentation  - https://docs.stackstorm.com
* Knowledge Base - https://stackstorm.reamaze.com

Thanks for installing StackStorm! Come visit us in our Slack Channel
and tell us how it's going. We'd love to hear from you!

Verify the StackStorm installation

Using StackStorm CLI

$ st2 --version
st2 2.2.1
$ st2 --help

Using StackStorm WebUI

StackStorm ships with an intuitive WebUI. You can access it at https://hostname.

User

$ st2 whoami 
Currently logged in as st2admin
$ whoami
ksator
$ echo $USER
ksator