From dd0d7ad9a18cce6424442ac37340ded039f5e0fb Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 31 Jan 2015 23:44:20 +0100 Subject: [PATCH] add informations on databases systems --- install/index.php | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/install/index.php b/install/index.php index 77b83c36..73c594cd 100755 --- a/install/index.php +++ b/install/index.php @@ -275,6 +275,19 @@ background-color:#FF9500; .detail { cursor: pointer; } +.descriptions { + margin-left: 10%; + position: relative; + top: 50%; +} +.database_inputs { + float: left; + width: 50% +} +.database_info { + width: 100%; + overflow: auto; +} @@ -453,6 +466,7 @@ cursor: pointer; + Close details
@@ -493,7 +507,8 @@ php composer.phar install
-
+
+
Technical settings

Database engine: @@ -530,8 +545,20 @@ php composer.phar install

+
+
+ SQLite is the most simple database system of all three. It is therefore recommended for people who don't want or know how to configure other database systems. +
+
+ MySQL is one of the most popular database systems. It comes with most shared hosting plans. +
+
+ PostgreSQL. If you want it, you already know why you want it. +
+
+

-
+
User settings

@@ -553,7 +580,10 @@ php composer.phar install