From 4158b5bcace44ad549ba9c36d3d749913809f040 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Mon, 8 Sep 2014 01:35:47 +0200 Subject: [PATCH] Enable ring database installation and upgrade in the setup script... --- code/web/public_php/setup/install.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/code/web/public_php/setup/install.php b/code/web/public_php/setup/install.php index 7eb3a7925..0453accea 100644 --- a/code/web/public_php/setup/install.php +++ b/code/web/public_php/setup/install.php @@ -361,7 +361,7 @@ include('header.php');
@@ -497,6 +497,18 @@ include('header.php');

Domain (Multiple domains require separate installations, as they may run different versions)

+
+
Database Only
+
+

The setup script is intended only for installation and upgrade of the domain specific database.

+

This will only configure the database for a single domain. It will not register the domain in the domain configuration.

+

The domain must be manually configured in the databases according to the procedure for configuring your server park with patchman, as it depends on several values defined within the patchman configuration.

+ + +

It is required to use separate virtual hosts for multiple domains, in order to allow domain-specific script to run at different versions.

+

It is recommended, when planning to use multiple domains, to use a separate virtual host for each web service role.

+
+