Skip to content

Commit

Permalink
Merge pull request #835 from matt-mazzucato/in-5-minutes-use-v1.1.0
Browse files Browse the repository at this point in the history
Astarte in 5 minutes: use v1.1.0
  • Loading branch information
Pavinati authored Aug 17, 2023
2 parents 74a4ba1 + 99979aa commit e590d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/tutorials/010-astarte_in_5_minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Ubuntu 22.04 and macOS 10.15 Catalina, but any other modern operating system sho
To get our Astarte instance running as fast as possible, we will install Astarte's standalone distribution. It includes a tunable Docker Compose which brings up Astarte and every companion service needed for it to work. To do so, simply clone Astarte's main repository and use its scripts to bring it up:

```sh
$ git clone https://github.com/astarte-platform/astarte.git && cd astarte
$ git clone https://github.com/astarte-platform/astarte.git -b v1.1.0 && cd astarte
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1
$ docker-compose pull
$ docker-compose up -d
Expand Down

0 comments on commit e590d12

Please sign in to comment.