From 9834d87e9713280e930f8ea07b8e9f77c22b2716 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 1 Feb 2015 00:44:13 +0100 Subject: [PATCH] final adjustments --- install/index.php | 57 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 9 deletions(-) diff --git a/install/index.php b/install/index.php index 68ed1326..892af241 100755 --- a/install/index.php +++ b/install/index.php @@ -294,6 +294,8 @@ cursor: pointer; min-height: 50px; line-height: 50px; text-align: center; + margin-bottom: 30px; + border-radius: 3px; } h2, legend { @@ -309,6 +311,18 @@ legend:after { background-color: #000; display: block; } +#reloadpage { +cursor: pointer; +background-color: #000; +color: #FFF; +padding: 0.5em 1em; +display: inline-block; +border: 1px solid #000; +} +#reloadpage:hover { + background-color: #FFF; + color: #000; +} @@ -511,17 +525,21 @@ legend:after {

Bottom Line: We're sorry…

Your webhost does not support the minimum requirements for . It may be a good idea to contact your webhost and point them to the results of this test. They may be able to enable/install the required components.

+

If this is your own server and you think you have all the requirements installed, please get in touch with us.

This compatibility test has been borrowed (and slightly adapted by fivefilters.org) from the one supplied by SimplePie.org.

-
+
+
+

Twig installation

-
wallabag needs twig, a template engine (?). Two ways to install it:
+ +

wallabag needs twig, a template engine (?). Two ways to install it:

  • automatically download and extract vendor.zip into your wallabag folder.

    @@ -530,11 +548,17 @@ legend:after { This method is mainly recommended if you don't have a dedicated server.
  • use Composer in your wallabag folder :
    curl -s http://getcomposer.org/installer | php
    -php composer.phar install
  • +php composer.phar install + Reload to check +
-
+ + + Twig is properly installed. +
+
Database settings

@@ -580,11 +604,12 @@ php composer.phar install 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. + PostgreSQL. Because some people prefer it to MySQL.

+
User settings

@@ -601,22 +626,32 @@ php composer.phar install

- +
-- 2.41.0