From 87e4215af1d6dff132668cbf740a2d9463b26a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sun, 12 Jun 2016 17:51:57 +0200 Subject: [PATCH] Delete license_keys_installation.rst --- .../license_keys_installation.rst | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 admin_manual/enterprise_installation/license_keys_installation.rst diff --git a/admin_manual/enterprise_installation/license_keys_installation.rst b/admin_manual/enterprise_installation/license_keys_installation.rst deleted file mode 100644 index 68e7f5312..000000000 --- a/admin_manual/enterprise_installation/license_keys_installation.rst +++ /dev/null @@ -1,31 +0,0 @@ -============ -License Keys -============ - -Introduction ------------- - -You'll need to install a license key to use ownCloud Enterprise Edition. There -are two types of license keys: one is a free 30-day trial key. The other is a -full license key for Enterprise customers. - -You can `download and try ownCloud Enterprise for 30 days for free -`_, which auto-generates a free 30-day key. When -this key expires your ownCloud installation is not removed, so when you become -an Enterprise customer you can enter your new key to regain access. See `How to -Buy ownCloud `_ for sales and -contact information. - -Configuration -------------- - -Once you get your Enterprise license key, it needs to be copied to your -ownCloud configuration file, -``config/config.php`` file like this example:: - - 'license-key' => 'test-20150101-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-YYYYYY’, - -Each running instance of ownCloud requires a license key. Keys will work across -upgrades without issue, so new keys will not be required when you upgrade your -ownCloud Enterprise to a new version. -