From e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 21 Feb 2016 13:55:10 +0100 Subject: [PATCH] Documentation for wallabag installation --- docs/en/index.rst | 1 + docs/en/user/installation.rst | 23 +++++++++++++++++++++++ docs/fr/index.rst | 1 + docs/fr/user/installation.rst | 23 +++++++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 docs/en/user/installation.rst create mode 100644 docs/fr/user/installation.rst diff --git a/docs/en/index.rst b/docs/en/index.rst index 85c764da..17e375d2 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -23,6 +23,7 @@ The main documentation for this application is organized into a couple sections: :maxdepth: 2 :caption: User documentation + user/installation user/create_account user/login user/configuration diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst new file mode 100644 index 00000000..278f918f --- /dev/null +++ b/docs/en/user/installation.rst @@ -0,0 +1,23 @@ +Install wallabag +================ + +Requirements +------------ + +Installation +------------ + +Install Composer: + +:: + + curl -s http://getcomposer.org/installer | php + +Next, on your web server, run this command: + +:: + + SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev + php bin/console wallabag:install --env=prod + +Now you can access to http://yourwebsite/wallabag. diff --git a/docs/fr/index.rst b/docs/fr/index.rst index d4ff7296..a47b8a62 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst @@ -24,6 +24,7 @@ La documentation principale de cette application est découpée en plusieurs sec :maxdepth: 2 :caption: Documentation utilisateur + user/installation user/create_account user/login user/configuration 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 @@ +Installer wallabag +================== + +Pré-requis +---------- + +Installation +------------ + +Installez Composer: + +:: + + curl -s http://getcomposer.org/installer | php + +Ensuite, sur votre serveur web, exécutez cette commande : + +:: + + SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev + php bin/console wallabag:install --env=prod + +VOus pouvez maintenant accéder à wallabag ici http://votresiteweb/wallabag. -- 2.41.0