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:
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:
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 :