mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Documentation for wallabag installation
This commit is contained in:
parent
c90f8036ef
commit
e6ebb14f0f
4 changed files with 48 additions and 0 deletions
23
docs/fr/user/installation.rst
Normal file
23
docs/fr/user/installation.rst
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue