X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=install%2Findex.php;h=b21cec521d0f8b2782acd8c8e977deb90e7bcbd1;hb=8754bd88a5c999fc009f02774a993efbf2a99e54;hp=d21371722df3172b9ef435c768a609d111483ef3;hpb=53ae58e1a1bf097b8eb1af3a532ebf25630f96ec;p=github%2Fwallabag%2Fwallabag.git diff --git a/install/index.php b/install/index.php index d2137172..b21cec52 100644 --- a/install/index.php +++ b/install/index.php @@ -2,8 +2,8 @@ $errors = array(); $successes = array(); if ($_POST['download']) { - if (!file_put_contents("cache/vendor.zip", fopen("http://wllbg.org/vendor", 'r'))) { - $errors[] = 'Impossible to download vendor.zip. Please download it here manually<∕a> and unzip it in your wallabag folder.'; + if (!file_put_contents("cache/vendor.zip", fopen("http://static.wallabag.org/files/vendor.zip", 'r'))) { + $errors[] = 'Impossible to download vendor.zip. Please download it manually<∕a> and unzip it in your wallabag folder.'; } else { if (extension_loaded('zip')) { @@ -129,7 +129,7 @@ else if ($_POST['install']) { $params = array($id_user, 'language', 'en_EN.UTF8'); $query = executeQuery($handle, $sql, $params); - $successes[] = 'wallabag is now installed. Don\'t forget to delete install folder.'; + $successes[] = 'wallabag is now installed. Don\'t forget to delete install folder. Then, reload this page.'; } } } @@ -172,7 +172,7 @@ else if ($_POST['install']) {
  • wallabag.org
  • -
    +

    Errors during installation:

    -
    +

      @@ -194,6 +194,14 @@ else if ($_POST['install']) {

    + + +
    +

    + wallabag seems already installed. If you want to update it, you only have to delete install folder. +

    +
    +

    To install wallabag, you just have to fill the following fields. That's all.

    Don't forget to check your server compatibility here.

    @@ -201,7 +209,7 @@ else if ($_POST['install']) {
    Technical settings -
    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.

      @@ -217,7 +225,11 @@ php composer.phar install
    • Database engine:

        -
      • +
      • +
        +

        You have to enable pdo_sqlite extension.

        +
        +
        • @@ -255,26 +267,49 @@ php composer.phar install

    - +