]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/fr/user/installation.rst
Documentation for wallabag installation
[github/wallabag/wallabag.git] / docs / fr / user / installation.rst
CommitLineData
e6ebb14f
NL
1Installer wallabag
2==================
3
4Pré-requis
5----------
6
7Installation
8------------
9
10Installez Composer:
11
12::
13
14 curl -s http://getcomposer.org/installer | php
15
16Ensuite, 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
23VOus pouvez maintenant accéder à wallabag ici http://votresiteweb/wallabag.