]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Documentation for wallabag installation
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 21 Feb 2016 12:55:10 +0000 (13:55 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 21 Feb 2016 12:55:10 +0000 (13:55 +0100)
docs/en/index.rst
docs/en/user/installation.rst [new file with mode: 0644]
docs/fr/index.rst
docs/fr/user/installation.rst [new file with mode: 0644]

index 85c764dabf6bb7d11a831a8f2bac887cacfbacef..17e375d2db71eef98eb45e7dad6a80699ee1984d 100644 (file)
@@ -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 (file)
index 0000000..278f918
--- /dev/null
@@ -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.
index d4ff7296aeb3eff54389734c6ae8fec502b118f4..a47b8a62399f13701b9f0307fa3cd057224c367a 100644 (file)
@@ -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 (file)
index 0000000..fc550c2
--- /dev/null
@@ -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.