From 8cae13638b771d74176ffec4a5fb4a9b9a8df9e3 Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Mon, 8 Sep 2014 17:17:01 -0400 Subject: [PATCH 1/2] DOCS-3751 - added considerations re: changed package names/structures --- .../tutorial/install-mongodb-enterprise-on-debian.txt | 10 ++++++++++ ...install-mongodb-enterprise-on-red-hat-or-centos.txt | 7 +++++++ .../tutorial/install-mongodb-enterprise-on-ubuntu.txt | 8 +++++++- source/tutorial/install-mongodb-on-debian.txt | 6 ++++++ ...stall-mongodb-on-red-hat-centos-or-fedora-linux.txt | 6 ++++++ source/tutorial/install-mongodb-on-ubuntu.txt | 6 ++++++ 6 files changed, 42 insertions(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-enterprise-on-debian.txt b/source/tutorial/install-mongodb-enterprise-on-debian.txt index 4f3a3743dce..c94f1f39bd3 100644 --- a/source/tutorial/install-mongodb-enterprise-on-debian.txt +++ b/source/tutorial/install-mongodb-enterprise-on-debian.txt @@ -12,6 +12,16 @@ The tutorial uses ``.deb`` packages to install. .. include:: /includes/list-mongodb-enterprise-packages.rst +Considerations +-------------- +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please navigate to the + appropriate version in the Options menu at the lower left. + +.. this is actually missing - builds only exist for 2.4 and 2.7 releases. FIX + Install MongoDB Enterprise -------------------------- diff --git a/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt b/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt index baa41fab101..de6a888fb0a 100644 --- a/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt +++ b/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt @@ -21,6 +21,13 @@ Considerations MongoDB only provides Enterprise packages for Red Hat Enterprise Linux and CentOS Linux versions 5 and 6. +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please navigate to the + appropriate version in the Options menu at the lower left. + + Install MongoDB Enterprise -------------------------- diff --git a/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt b/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt index 99e9adeb513..ff11df495a9 100644 --- a/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt @@ -16,7 +16,13 @@ Considerations -------------- MongoDB only provides Enterprise packages for Ubuntu -14.04 LTS (Precise Pangolin). +12.04 LTS (Precise Pangolin). + +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please navigate to the + appropriate version in the options menu at the lower left. Install MongoDB Enterprise -------------------------- diff --git a/source/tutorial/install-mongodb-on-debian.txt b/source/tutorial/install-mongodb-on-debian.txt index 0e3121cc260..76231250a5f 100644 --- a/source/tutorial/install-mongodb-on-debian.txt +++ b/source/tutorial/install-mongodb-on-debian.txt @@ -36,6 +36,12 @@ your release of Debian may include. .. include:: /includes/fact-installation-bind-ip-default-in-config.rst +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please navigate to the + appropriate version in the options menu at the lower left. + Install MongoDB --------------- diff --git a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt index 0b6737e59e9..164c61ffea0 100644 --- a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt +++ b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt @@ -36,6 +36,12 @@ For production deployments, always run MongoDB on 64-bit systems. .. include:: /includes/fact-installation-bind-ip-default-in-config.rst +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please navigate to the + appropriate version in the Options menu at the lower left. + Install MongoDB --------------- diff --git a/source/tutorial/install-mongodb-on-ubuntu.txt b/source/tutorial/install-mongodb-on-ubuntu.txt index f3dac2c5bca..b386b84c997 100644 --- a/source/tutorial/install-mongodb-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-on-ubuntu.txt @@ -34,6 +34,12 @@ You cannot install this package concurrently with the ``mongodb``, .. include:: /includes/fact-installation-bind-ip-default-in-config.rst +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please navigate to the + appropriate version in the Options menu at the lower left. + Install MongoDB --------------- From d66029bf9078d177317d202a44d79bb214180d70 Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Mon, 8 Sep 2014 17:41:56 -0400 Subject: [PATCH 2/2] DOCS-3751 - single-sourced, removed positional language --- source/includes/note-package-change.rst | 5 +++++ source/tutorial/install-mongodb-enterprise-on-debian.txt | 6 +----- .../install-mongodb-enterprise-on-red-hat-or-centos.txt | 7 +------ source/tutorial/install-mongodb-enterprise-on-ubuntu.txt | 6 +----- source/tutorial/install-mongodb-on-debian.txt | 6 +----- .../install-mongodb-on-red-hat-centos-or-fedora-linux.txt | 6 +----- 6 files changed, 10 insertions(+), 26 deletions(-) create mode 100644 source/includes/note-package-change.rst diff --git a/source/includes/note-package-change.rst b/source/includes/note-package-change.rst new file mode 100644 index 00000000000..b4cefe95e53 --- /dev/null +++ b/source/includes/note-package-change.rst @@ -0,0 +1,5 @@ +.. versionchanged:: 2.6 + + The package structure and names have changed as of version 2.6. For + instructions on installation of an older release, please refer to the + documentation for the appropriate version. diff --git a/source/tutorial/install-mongodb-enterprise-on-debian.txt b/source/tutorial/install-mongodb-enterprise-on-debian.txt index c94f1f39bd3..ec9fee1a80e 100644 --- a/source/tutorial/install-mongodb-enterprise-on-debian.txt +++ b/source/tutorial/install-mongodb-enterprise-on-debian.txt @@ -14,11 +14,7 @@ The tutorial uses ``.deb`` packages to install. Considerations -------------- -.. versionchanged:: 2.6 - - The package structure and names have changed as of version 2.6. For - instructions on installation of an older release, please navigate to the - appropriate version in the Options menu at the lower left. +.. include:: /includes/note-package-change.rst .. this is actually missing - builds only exist for 2.4 and 2.7 releases. FIX diff --git a/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt b/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt index de6a888fb0a..3f98aa6cb1d 100644 --- a/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt +++ b/source/tutorial/install-mongodb-enterprise-on-red-hat-or-centos.txt @@ -21,12 +21,7 @@ Considerations MongoDB only provides Enterprise packages for Red Hat Enterprise Linux and CentOS Linux versions 5 and 6. -.. versionchanged:: 2.6 - - The package structure and names have changed as of version 2.6. For - instructions on installation of an older release, please navigate to the - appropriate version in the Options menu at the lower left. - +.. include:: /includes/note-package-change.rst Install MongoDB Enterprise -------------------------- diff --git a/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt b/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt index ff11df495a9..ca620c5bd4e 100644 --- a/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-enterprise-on-ubuntu.txt @@ -18,11 +18,7 @@ Considerations MongoDB only provides Enterprise packages for Ubuntu 12.04 LTS (Precise Pangolin). -.. versionchanged:: 2.6 - - The package structure and names have changed as of version 2.6. For - instructions on installation of an older release, please navigate to the - appropriate version in the options menu at the lower left. +.. include:: /includes/note-package-change.rst Install MongoDB Enterprise -------------------------- diff --git a/source/tutorial/install-mongodb-on-debian.txt b/source/tutorial/install-mongodb-on-debian.txt index 76231250a5f..d031c1e2973 100644 --- a/source/tutorial/install-mongodb-on-debian.txt +++ b/source/tutorial/install-mongodb-on-debian.txt @@ -36,11 +36,7 @@ your release of Debian may include. .. include:: /includes/fact-installation-bind-ip-default-in-config.rst -.. versionchanged:: 2.6 - - The package structure and names have changed as of version 2.6. For - instructions on installation of an older release, please navigate to the - appropriate version in the options menu at the lower left. +.. include:: /includes/note-package-change.rst Install MongoDB --------------- diff --git a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt index 164c61ffea0..a75f2e15006 100644 --- a/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt +++ b/source/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt @@ -36,11 +36,7 @@ For production deployments, always run MongoDB on 64-bit systems. .. include:: /includes/fact-installation-bind-ip-default-in-config.rst -.. versionchanged:: 2.6 - - The package structure and names have changed as of version 2.6. For - instructions on installation of an older release, please navigate to the - appropriate version in the Options menu at the lower left. +.. include:: /includes/note-package-change.rst Install MongoDB ---------------