From: Thomas Citharel Date: Sat, 31 Jan 2015 22:44:20 +0000 (+0100) Subject: add informations on databases systems X-Git-Tag: 1.9beta~24^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=dd0d7ad9a18cce6424442ac37340ded039f5e0fb;p=github%2Fwallabag%2Fwallabag.git add informations on databases systems --- 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