diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -6,23 +6,22 @@ | |||
6 | wallabag is a self hostable application allowing you to not miss any content anymore. | 6 | wallabag is a self hostable application allowing you to not miss any content anymore. |
7 | Click, save and read it when you can. It extracts content so that you can read it when you have time. | 7 | Click, save and read it when you can. It extracts content so that you can read it when you have time. |
8 | 8 | ||
9 | More informations on our website: [wallabag.org](https://wallabag.org) | 9 | More information on our website: [wallabag.org](https://wallabag.org). |
10 | |||
11 | ![wallabag logo](https://raw.githubusercontent.com/wallabag/logo/master/_default/typo-horizontal/png/sm/logo-typo-horizontal-black-no-bg-no-border-sm.png) | ||
10 | 12 | ||
11 | # Install wallabag | 13 | # Install wallabag |
14 | Please read [the documentation to see the wallabag requirements](http://doc.wallabag.org/en/master/user/installation.html#requirements). | ||
12 | 15 | ||
13 | If you don't have it yet, please [install composer](https://getcomposer.org/download/) or be sure to use Composer 1.2 (`composer selfupdate` can help you about that). Read [our documentation](http://doc.wallabag.org) to have more information about installation. | ||
14 | Then you can install wallabag by executing the following commands: | 16 | Then you can install wallabag by executing the following commands: |
15 | 17 | ||
16 | ``` | 18 | ``` |
17 | git clone https://github.com/wallabag/wallabag.git | 19 | git clone https://github.com/wallabag/wallabag.git |
18 | cd wallabag | 20 | cd wallabag && make install |
19 | git checkout 2.1.1 | 21 | make run |
20 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
21 | php bin/console wallabag:install --env=prod | ||
22 | php bin/console server:run --env=prod | ||
23 | ``` | 22 | ``` |
24 | 23 | ||
25 | ## License | 24 | # License |
26 | Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org> | 25 | Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org> |
27 | This work is free. You can redistribute it and/or modify it under the | 26 | This work is free. You can redistribute it and/or modify it under the |
28 | terms of the MIT License. See the COPYING file for more details. | 27 | terms of the MIT License. See the COPYING file for more details. |