Difference between revisions of "Elastic repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) (Created page with "<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package ena...") |
Unnilennium (talk | contribs) |
||
Line 5: | Line 5: | ||
/sbin/e-smith/db yum_repositories set elastic repository \ | /sbin/e-smith/db yum_repositories set elastic repository \ | ||
− | Name 'Elasticsearch repository for | + | Name 'Elasticsearch repository for your version' \ |
− | BaseURL 'https://artifacts.elastic.co/packages/ | + | BaseURL 'https://artifacts.elastic.co/packages/$releasever.x/yum' \ |
GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
GPGCheck yes \ | GPGCheck yes \ |
Revision as of 15:27, 7 February 2018
Below you find the installation command for the Elastic repo repository which can be entered on the SME Server shell.
/sbin/e-smith/db yum_repositories set elastic repository \ Name 'Elasticsearch repository for your version' \ BaseURL 'https://artifacts.elastic.co/packages/$releasever.x/yum' \ GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ GPGCheck yes \ EnableGroups yes \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
source: https://artifacts.elastic.co/GPG-KEY-elasticsearch