Documentation for wallabag installation

This commit is contained in:
Nicolas Lœuillet 2016-02-21 13:55:10 +01:00
parent c90f8036ef
commit e6ebb14f0f
4 changed files with 48 additions and 0 deletions

View 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

View file

@ -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.

View 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

View file

@ -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.