Skip to content

Commit

Permalink
adding OpenSearch demo configuration mac instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leanneeliatra committed Jun 13, 2024
1 parent 422fed3 commit e5e9c00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _security/configuration/demo-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ If you want to disable the Security plugin when using Docker, set the `DISABLE_S
- One digit [0--9]
- One special character

4. Run `docker-compose up`.
4. Ensure Docker is running.
5. Run `docker-compose up` from the file directory where your `docker-compose.yml` file and `.env` file are located.

### TAR (Linux)

Expand All @@ -67,6 +68,11 @@ export OPENSEARCH_INITIAL_ADMIN_PASSWORD=<custom-admin-password>
```
{% include copy.html %}

### Mac
Once you run `docker-compose.up` the OpenSearch server will be running.

You will see the following message in the terminal `"Server running at http://0.0.0.0:5601"` Visit the link as specified to open OpenSearch and log in with the username 'admin' and the password you created in the `.env` file.

### Windows

For ZIP distributions on Windows, after downloading and extracting the setup files, run the following command:
Expand Down

0 comments on commit e5e9c00

Please sign in to comment.