Since Composer 1.2, binaries are re-installed from vendors if there aren't found.
This avoid us to commit binaries vendors into the repo.
:warning: You have to update your Composer to the 1.2 (`composer selfupdate`)
/var/sessions/*
!var/sessions/.gitkeep
!var/SymfonyRequirements.php
+/bin/*
+!/bin/console
+!/bin/symfony_requirements
# Parameters
/app/config/parameters.yml
# Install wallabag
-If you don't have it yet, please [install composer](https://getcomposer.org/download/).
+If you don't have it yet, please [install composer](https://getcomposer.org/download/) or be sure to use Composer 1.2 (`composer selfupdate` can help you about that).
Then you can install wallabag by executing the following commands:
```
+++ /dev/null
-../vendor/doctrine/orm/bin/doctrine
\ No newline at end of file
+++ /dev/null
-../vendor/doctrine/dbal/bin/doctrine-dbal
\ No newline at end of file
+++ /dev/null
-../vendor/doctrine/migrations/bin/doctrine-migrations
\ No newline at end of file
+++ /dev/null
-../vendor/doctrine/orm/bin/doctrine.php
\ No newline at end of file
+++ /dev/null
-../vendor/friendsofphp/php-cs-fixer/php-cs-fixer
\ No newline at end of file
+++ /dev/null
-../vendor/sensiolabs/security-checker/security-checker
\ No newline at end of file
On a dedicated web server (recommended way)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-wallabag uses a large number of libraries in order to function. These libraries must be installed with a tool called Composer. You need to install it if you have not already done so.
+wallabag uses a large number of libraries in order to function. These libraries must be installed with a tool called Composer. You need to install it if you have not already done so and be sure to use the 1.2 version (if you already have Composer, run a ``composer selfupdate``).
Install Composer:
Sur un serveur dédié (méthode conseillée)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-wallabag utilise un grand nombre de bibliothèques pour fonctionner. Ces bibliothèques doivent être installées à l'aide d'un outil nommé Composer. Vous devez l'installer si ce n'est déjà fait.
+wallabag utilise un grand nombre de bibliothèques pour fonctionner. Ces bibliothèques doivent être installées à l'aide d'un outil nommé Composer. Vous devez l'installer si ce n'est déjà fait et vous assurer que vous utilisez bien la version 1.2 (si vous avez déjà Composer, faite un ``composer selfupdate``).
Installation de Composer :