aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
blob: 278f918fadc5a5269f71d35c6eaddd20f9b3a1a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.