mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-06 02:33:48 +01:00
Merge pull request #2195 from wallabag/remove-bin
Remove binary from repo
This commit is contained in:
commit
317fc6e684
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,6 +10,9 @@
|
||||
/var/sessions/*
|
||||
!var/sessions/.gitkeep
|
||||
!var/SymfonyRequirements.php
|
||||
/bin/*
|
||||
!/bin/console
|
||||
!/bin/symfony_requirements
|
||||
|
||||
# Parameters
|
||||
/app/config/parameters.yml
|
||||
|
@ -10,7 +10,7 @@ More informations on our website: [wallabag.org](https://wallabag.org)
|
||||
|
||||
# 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:
|
||||
|
||||
```
|
||||
|
@ -1 +0,0 @@
|
||||
../vendor/doctrine/orm/bin/doctrine
|
@ -1 +0,0 @@
|
||||
../vendor/doctrine/dbal/bin/doctrine-dbal
|
@ -1 +0,0 @@
|
||||
../vendor/doctrine/migrations/bin/doctrine-migrations
|
@ -1 +0,0 @@
|
||||
../vendor/doctrine/orm/bin/doctrine.php
|
@ -1 +0,0 @@
|
||||
../vendor/friendsofphp/php-cs-fixer/php-cs-fixer
|
@ -1 +0,0 @@
|
||||
../vendor/sensiolabs/security-checker/security-checker
|
@ -37,7 +37,7 @@ Installation
|
||||
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:
|
||||
|
||||
|
@ -35,7 +35,7 @@ Installation
|
||||
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 :
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user