aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-03 14:21:49 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-03 14:21:49 +0200
commit8fdb5e5766a6bf5970f268200a6c21fd39693637 (patch)
treea87ee768ccd79c3223f4a5048e9b674845579d6e /docs
parent9d3603147b0a4219a8065861351439cbe5e52772 (diff)
downloadwallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.gz
wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.tar.zst
wallabag-8fdb5e5766a6bf5970f268200a6c21fd39693637.zip
Re-add wallabag:install
Diffstat (limited to 'docs')
-rw-r--r--docs/de/user/installation.rst1
-rw-r--r--docs/en/user/installation.rst1
-rw-r--r--docs/fr/user/installation.rst1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index f7bc2e4f..7fa8c625 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -56,6 +56,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
56 cd wallabag 56 cd wallabag
57 git checkout 2.1.0 57 git checkout 2.1.0
58 ASSETS=build ./install.sh 58 ASSETS=build ./install.sh
59 php bin/console wallabag:install --env=prod
59 60
60Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen: 61Um PHPs eingebauten Server zu starten und zu testen, ob alles korrekt installiert wurde, kannst du folgendes Kommando ausführen:
61 62
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 7954fe0b..82fa6f4e 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -55,6 +55,7 @@ To install wallabag itself, you must run the following commands:
55 cd wallabag 55 cd wallabag
56 git checkout 2.1.0 56 git checkout 2.1.0
57 ASSETS=build ./install.sh 57 ASSETS=build ./install.sh
58 php bin/console wallabag:install --env=prod
58 59
59To start PHP's build-in server and test if everything did install correctly, you can do: 60To start PHP's build-in server and test if everything did install correctly, you can do:
60 61
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index f9777890..bb4de534 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -53,6 +53,7 @@ Pour installer wallabag, vous devez exécuter ces commandes :
53 cd wallabag 53 cd wallabag
54 git checkout 2.1.0 54 git checkout 2.1.0
55 ASSETS=build ./install.sh 55 ASSETS=build ./install.sh
56 php bin/console wallabag:install --env=prod
56 57
57Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : 58Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :
58 59