From 080be2ad04406bccf715d924814d457f6e1f1d0e Mon Sep 17 00:00:00 2001 From: Marc Radulescu <marc@gitlab.com> Date: Wed, 26 Nov 2014 18:19:41 +0100 Subject: [PATCH] moved location of subscriber info for clarity --- README.md | 24 ++++++++++++++++++++++++ doc/Subscriber_information.md | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 doc/Subscriber_information.md diff --git a/README.md b/README.md index 4d4c52fec9458..27454b50f8672 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,30 @@ For upgrading from GitLab CE to GitLab EE there is [upgrade guide](doc/update/7.4-ce-to-ee.md) +## Subscriber onboarding information + +Thank you for purchasing a GitLab subscription! + +For standard subscribers, please see [the Standard subscribers README](https://gitlab.com/standard/standard-subscriber-information/tree/master#README). + +If you would like to receive access to GitLab Enterprise Edition please create an account on https://gitlab.com/users/sign_up and send us the username. Note that your user will be visible to other Support Subscribers. + +Once your username is added, you can find the repository here: +https://gitlab.com/subscribers/gitlab-ee + +Packages: +https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md + +Documentation: +http://doc.gitlab.com/ee/ + +To upgrade from CE, just perform a normal upgrade, but make use of an EE package: +https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/update.md#updating-from-gitlab-6-6-x-and-higher-to-the-latest-version + +If you need help with your GitLab installation and for any technical questions please contact us at subscribers@gitlab.com. + +For all other questions, contact us at sales@gitlab.com + ## Open source software to collaborate on code  diff --git a/doc/Subscriber_information.md b/doc/Subscriber_information.md deleted file mode 100644 index fecf6ecd2ffa8..0000000000000 --- a/doc/Subscriber_information.md +++ /dev/null @@ -1,24 +0,0 @@ -# Subscriber information - - -Thank you for purchasing a GitLab subscription! - -For standard subscribers, please see [the Standard subscribers README](https://gitlab.com/standard/standard-subscriber-information/tree/master#README). - -If you would like to receive access to GitLab Enterprise Edition please create an account on https://gitlab.com/users/sign_up and send us the username. Note that your user will be visible to other Support Subscribers. - -Once your username is added, you can find the repository here: -https://gitlab.com/subscribers/gitlab-ee - -Packages: -https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md - -Documentation: -http://doc.gitlab.com/ee/ - -To upgrade from CE, just perform a normal upgrade, but make use of an EE package: -https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/update.md#updating-from-gitlab-6-6-x-and-higher-to-the-latest-version - -If you need help with your GitLab installation and for any technical questions please contact us at subscribers@gitlab.com. - -For all other questions, contact us at sales@gitlab.com -- GitLab