Skip to content

Commit

Permalink
Fixed more links
Browse files Browse the repository at this point in the history
  • Loading branch information
emedvedev committed Nov 29, 2015
1 parent f86e2a7 commit 2b68c18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/all_in_one.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Bring Your Own Box

::

curl -sSL http://stackstorm.com/install.sh | sudo sh
curl -sSL https://install.stackstorm.com/ | sudo sh

You will need elevated privileges in order to run this script. This will boot up a fresh |st2| installation along with the Mistral workflow engine on Ubuntu 14.04 LTS. While loading, some console output in red is expected and can be safely ignored. Once completed, you will see the following console output.

Expand Down Expand Up @@ -309,7 +309,7 @@ The answers file is formatted in standard YAML. Below, we will discuss the vario

::

curl -sSL http://stackstorm.com/install.sh | sudo sh "-a <answers_file>.yaml"
curl -sSL https://install.stackstorm.com/ | sudo sh "-a <answers_file>.yaml"


If you have already installed using this method, you can find and update your answers file at `/opt/puppet/hieradata/answers.yaml`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ run the bootstrap script:

::

curl -sSL http://stackstorm.com/install.sh | sudo sh
curl -sSL https://install.stackstorm.com/ | sudo sh

You will need elevated privileges in order to run this script. This will download and deploy the stable release of |st2| (currently |release|). Check out :doc:`all_in_one` to learn how to provide answer file, get latest development version, and other details. Installation should take about 20 min. *Yes, we are working on making it faster!* Grab a coffee and watch :doc:`/video` while it is being installed. Once completed, you will see the following console output. Read it :)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ Below is an an example of a Vagrantfile capable of loading StackStorm. This mini
v.memory = 1024
end
config.vm.provision "shell",
inline: "curl -sSL http://stackstorm.com/install.sh | sudo su"
inline: "curl -sSL https://install.stackstorm.com/ | sudo su"
end

0 comments on commit 2b68c18

Please sign in to comment.