mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-22 22:58:08 +00:00
Re-add wallabag:install
This commit is contained in:
parent
9d3603147b
commit
8fdb5e5766
3 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
|
||||||
cd wallabag
|
cd wallabag
|
||||||
git checkout 2.1.0
|
git checkout 2.1.0
|
||||||
ASSETS=build ./install.sh
|
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:
|
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
|
cd wallabag
|
||||||
git checkout 2.1.0
|
git checkout 2.1.0
|
||||||
ASSETS=build ./install.sh
|
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:
|
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
|
cd wallabag
|
||||||
git checkout 2.1.0
|
git checkout 2.1.0
|
||||||
ASSETS=build ./install.sh
|
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 :
|
Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue