diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 15:28:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-19 15:20:46 +0200 |
commit | 8fed8d1bacbbcbf606a94497c5b58f49068bd6a3 (patch) | |
tree | 8e56b1503d1781899c6fb1c160f05993108366be /README.md | |
parent | 05d2d62f128df5dafa3be17d9848fb9b5b146836 (diff) | |
download | wallabag-8fed8d1bacbbcbf606a94497c5b58f49068bd6a3.tar.gz wallabag-8fed8d1bacbbcbf606a94497c5b58f49068bd6a3.tar.zst wallabag-8fed8d1bacbbcbf606a94497c5b58f49068bd6a3.zip |
Add documentation about article sharing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -10,15 +10,14 @@ More informations on our website: [wallabag.org](https://wallabag.org) | |||
10 | 10 | ||
11 | # Install wallabag | 11 | # Install wallabag |
12 | 12 | ||
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). | 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: | 14 | Then you can install wallabag by executing the following commands: |
15 | 15 | ||
16 | ``` | 16 | ``` |
17 | git clone https://github.com/wallabag/wallabag.git | 17 | git clone https://github.com/wallabag/wallabag.git |
18 | cd wallabag | 18 | cd wallabag |
19 | git checkout 2.0.8 | 19 | git checkout 2.1 |
20 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 20 | ./install.sh |
21 | php bin/console wallabag:install --env=prod | ||
22 | php bin/console server:run --env=prod | 21 | php bin/console server:run --env=prod |
23 | ``` | 22 | ``` |
24 | 23 | ||