Re-add wallabag:install

This commit is contained in:
Jeremy Benoist 2016-10-03 14:21:49 +02:00
parent 9d3603147b
commit 8fdb5e5766
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
3 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
cd wallabag
git checkout 2.1.0
ASSETS=build ./install.sh
php bin/console wallabag:install --env=prod
Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen:

View File

@ -55,6 +55,7 @@ To install wallabag itself, you must run the following commands:
cd wallabag
git checkout 2.1.0
ASSETS=build ./install.sh
php bin/console wallabag:install --env=prod
To start PHP's build-in server and test if everything did install correctly, you can do:

View File

@ -53,6 +53,7 @@ Pour installer wallabag, vous devez exécuter ces commandes :
cd wallabag
git checkout 2.1.0
ASSETS=build ./install.sh
php bin/console wallabag:install --env=prod
Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :