Skip to content

Commit

Permalink
Merge pull request #6052 from LeeDr/repositoryDocUpdate
Browse files Browse the repository at this point in the history
Tell users how to tell if they're running init or systemd.
  • Loading branch information
LeeDr committed Feb 1, 2016
2 parents 3bb6003 + 8e05e3c commit a5c08d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/kibana-repositories.asciidoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[[setup-repositories]]
=== Kibana Repositories

Binary packages for Kibana are available for Unix distributions that support the `apt` and `yum` tools.We also have
repositories available for APT and YUM based distributions.
Binary packages for Kibana are available for Unix distributions that support the `apt` and `yum` tools.We also have
repositories available for APT and YUM based distributions.

NOTE: Since the packages are created as part of the Kibana build, source packages are not available.

Packages are signed with the PGP key http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4], which
Packages are signed with the PGP key http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4], which
has the following fingerprint:

4609 5ACC 8548 582C 1A26 99A9 D27D 666C D88E 42B4
Expand All @@ -31,7 +31,7 @@ echo "deb http://packages.elastic.co/kibana/{branch}/debian stable main" | sudo
+
[WARNING]
==================================================
Use the `echo` method described above to add the Kibana repository. Do not use `add-apt-repository`, as that command
Use the `echo` method described above to add the Kibana repository. Do not use `add-apt-repository`, as that command
adds a `deb-src` entry with no corresponding source package.
When the `deb-src` entry, is present, the commands in this procedure generate an error similar to the following:
Expand All @@ -47,7 +47,7 @@ Delete the `deb-src` entry from the `/etc/apt/sources.list` file to clear the er
sudo apt-get update && sudo apt-get install kibana
--------------------------------------------------
+
. Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`,
. Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`,
run the following command:
+
[source,sh]
Expand All @@ -67,7 +67,7 @@ sudo /bin/systemctl enable kibana.service
[[kibana-yum]]
===== Installing Kibana with yum

WARNING: The repositories set up in this procedure are not compatible with distributions using version 3 of `rpm`, such
WARNING: The repositories set up in this procedure are not compatible with distributions using version 3 of `rpm`, such
as CentOS version 5.

. Download and install the public signing key:
Expand Down Expand Up @@ -96,8 +96,8 @@ enabled=1
yum install kibana
--------------------------------------------------
+
Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`,
run the following command:
Configure Kibana to automatically start during bootup. If your distribution is using the System V version of `init`
(check with `ps -p 1`), run the following command:
+
[source,sh]
--------------------------------------------------
Expand Down

0 comments on commit a5c08d5

Please sign in to comment.