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

Commit

Permalink
Update basic-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milutz committed Dec 8, 2017
1 parent 6a6ea54 commit d5dd0a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/_getting_started/basic-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ To get started


```
git clone https://github.com/samtecspg/conveyor.git
curl -L -O https://github.com/samtecspg/conveyor/releases/download/v1.0.0/conveyor-5.6.1-v1.0.0.zip
unzip conveyor-5.6.1-v1.0.0.zip
cd conveyor
sudo docker-compose up
docker-compose up
```

If all is going well you should see some output like the below:
Expand All @@ -39,4 +40,4 @@ kibana_1 | {"type":"log","@timestamp":"2017-10-09T21:10:48Z","tags":["st

Once Kibana is green, you're ready to go!

Jump to [http://localhost:5601](http://localhost:5601/app/conveyor#/sources) and enjoy Conveyor. Get started by [creating your first channel](./channel-creation.html)
Jump to [http://localhost:5601](http://localhost:5601/app/conveyor#/sources) and enjoy Conveyor. Get started by [creating your first channel](./channel-creation.html)

0 comments on commit d5dd0a2

Please sign in to comment.