本地英文版地址: ../en/brew.html
Elastic 发布了 Homebrew 方案,这样你就可以使用Homebrew包管理器来安装 Elasticsearch。
要使用 Homebrew 安装,首先要 tap 一下 Elastic Homebrew 存储库。
brew tap elastic/tap
一旦 tap 了 Elastic Homebrew 存储库,就可以用brew install
安装 Elasticsearch 的最新版本。
brew install elastic/tap/elasticsearch-full
当你使用brew install
安装 Elasticsearch 时,配置文件、日志及数据目录存储在以下位置:
类型 | 描述 | 默认位置 | 设置 |
---|---|---|---|
home |
Elasticsearch 主目录 或 |
|
|
bin |
二进制脚本,包含启动一个节点的 |
|
|
conf |
包含 |
|
|
data |
节点上的每个索引/分片的数据文件的位置。 可以设置多个位置。 |
|
|
logs |
日志文件的存放位置 |
|
|
plugins |
插件文件的存放位置。每个插件都放在一个子文件夹中。 |
|
你现在已经设置了一个 Elasticsearch 测试环境。 在开始正式开发或开始使用 Elasticsearch 进行生产之前,你还必须做一些额外的设置:
- 学习如何 配置 Elasticsearch。
- 配置 重要的 Elasticsearch 设置。
- 配置 重要的系统设置。