diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-02-21 13:55:10 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-02-21 13:55:10 +0100 |
commit | e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c (patch) | |
tree | 8d3c4742d82fd588615e5bc6b688798ce69ad4e8 /docs/fr/user | |
parent | c90f8036ef2e6dc3e4b485471dbf75677db90d04 (diff) | |
download | wallabag-e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c.tar.gz wallabag-e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c.tar.zst wallabag-e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c.zip |
Documentation for wallabag installation
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/installation.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst new file mode 100644 index 00000000..fc550c2c --- /dev/null +++ b/docs/fr/user/installation.rst | |||
@@ -0,0 +1,23 @@ | |||
1 | Installer wallabag | ||
2 | ================== | ||
3 | |||
4 | Pré-requis | ||
5 | ---------- | ||
6 | |||
7 | Installation | ||
8 | ------------ | ||
9 | |||
10 | Installez Composer: | ||
11 | |||
12 | :: | ||
13 | |||
14 | curl -s http://getcomposer.org/installer | php | ||
15 | |||
16 | Ensuite, sur votre serveur web, exécutez cette commande : | ||
17 | |||
18 | :: | ||
19 | |||
20 | SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev | ||
21 | php bin/console wallabag:install --env=prod | ||
22 | |||
23 | VOus pouvez maintenant accéder à wallabag ici http://votresiteweb/wallabag. | ||