diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index d88b542b..8b4fd442 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -53,7 +53,7 @@ on Ubuntu, or ``sudo yum install curl nss`` on RHEL/CentOS. Then run this comman .. code-block:: bash - bash <(curl -sSL https://stackstorm.com/packages/install.sh) --user=st2admin --password=Ch@ngeMe + bash <(curl -sSL https://stackstorm.com/packages/v3.5/install.sh) --user=st2admin --password=Ch@ngeMe This is an opinionated installation of |st2|. It will download and install all components, as per the :doc:`single host reference deployment <./overview>`. It assumes that you have a clean, basic diff --git a/docs/source/install/vagrant.rst b/docs/source/install/vagrant.rst index 421baa36..e29b0e5d 100644 --- a/docs/source/install/vagrant.rst +++ b/docs/source/install/vagrant.rst @@ -31,7 +31,7 @@ Starting a StackStorm Vagrant VM is easy: vagrant up vagrant ssh -This will boot up a fresh StackStorm installation on Ubuntu 16.04 LTS. +This will boot up a fresh StackStorm installation on Ubuntu 18.04 LTS. You can access Web UI at ``https://10.10.10.10/`` or SSH to the box ``vagrant ssh`` if you prefer st2 CLI. Virtual Appliance / OVA diff --git a/requirements.txt b/requirements.txt index 6bfdc351..12e30d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +docutils==0.16.0 sphinx>=2.4.4,<3.0 sphinx-autobuild sphinx-sitemap==2.1.0 diff --git a/version.txt b/version.txt index c1d862e1..5a958026 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.5dev +3.5