';
+ echo 'Your webserver has all it needs for ' . $app_name . ' to work properly. Next Step';
} else {
- echo 'Your webserver hasn\'t got the perfect configuration for ' . $app_name . ' to work properly, but it should work anyway. You can try to fix some problems highlighted above. Next Step';
+ echo 'Your webserver hasn\'t got the perfect configuration for ' . $app_name . ' to work properly, but it should work anyway. You can try to fix some problems highlighted above. Next Step';
}
} else {
echo $app_name . ' can\'t work on this webserver. Please fix the problems highlighted above.';
@@ -388,7 +409,7 @@ else if (isset($_POST['install'])) {
?>
-
+
Twig installation
-
+
Database installation
+ You must choose a database engine.
-
You must choose a database system.
+
-
SQLite is the simplest of those three database systems. It just writes data into a file. You don't have to configure login informations of any kind.
- The downfall is that it might be slower than other database systems with very large piece of data.
+
SQLite is the simplest of those three database engines. It just writes data into a file. You don't have to configure login informations of any kind.
+ The downfall is that it might be slower than other database engines with very large piece of data.
It is therefore recommanded if you begin with wallabag, or you don't want to deal with extra configuration.
-
MySQL (also known as MariaDB) is a very common database system on most servers.
+
MySQL (also known as MariaDB) is a very common database engine on most servers.
It should be faster than SQLite in most cases.
You have to enter credentials to access it. Contact your server administrator if needed.
-
PostgreSQL is another database system very similar to MySQL, but less frequent on most hosting plans. However, some people prefer it since it may be faster than MySQL in some cases.
+
PostgreSQL is another database engine very similar to MySQL, but less frequent on most hosting plans. However, some people prefer it since it may be faster than MySQL in some cases.