mirror of https://github.com/wallabag/wallabag.git
Re-add wallabag:install
This commit is contained in:
parent
9d3603147b
commit
8fdb5e5766
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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 :
|
||||
|
||||
|
|
Loading…
Reference in New Issue