Add explicit note about cding into Elasticsearch before starting (#6503) [deploy]

This commit is contained in:
Vaidehi Joshi 2020-03-06 10:34:46 -08:00 committed by GitHub
parent 8df0a72ce7
commit 273dbff099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,10 +81,15 @@ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-7.5.
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-7.5.2-darwin-x86_64.tar.gz.sha512
shasum -a 512 -c elasticsearch-oss-7.5.2-darwin-x86_64.tar.gz.sha512
tar -xzf elasticsearch-oss-7.5.2-darwin-x86_64.tar.gz
cd elasticsearch-7.5.2/
```
To start elasticsearch:
To start elasticsearch, make sure you are in the correct directory:
```shell
cd elasticsearch-7.5.2
```
You can then start it by running:
```shell
./bin/elasticsearch