From 7eff4736a1309ad71a75fa74dc1081a3b2303169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 8 Oct 2016 15:10:56 +0200 Subject: Cleaned up documentation for installation process --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 048315c0..436272c0 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,23 @@ wallabag is a self hostable application allowing you to not miss any content anymore. Click, save and read it when you can. It extracts content so that you can read it when you have time. -More informations on our website: [wallabag.org](https://wallabag.org) +More information on our website: [wallabag.org](https://wallabag.org). + +![wallabag logo](https://raw.githubusercontent.com/wallabag/logo/master/_default/typo-horizontal/png/sm/logo-typo-horizontal-black-no-bg-no-border-sm.png) # Install wallabag +Please read [the documentation to see the wallabag requirements](http://doc.wallabag.org/en/master/user/installation.html#requirements). -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. Then you can install wallabag by executing the following commands: ``` git clone https://github.com/wallabag/wallabag.git cd wallabag - git checkout 2.1.1 - SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist - php bin/console wallabag:install --env=prod + ./install.sh php bin/console server:run --env=prod ``` -## License +# License Copyright © 2013-2016 Nicolas Lœuillet This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the COPYING file for more details. -- cgit v1.2.3 From 3175e3301289b5041df9f59162f5ec5ec66c03c9 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 10 Oct 2016 09:11:26 +0200 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 436272c0..8de3279d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Please read [the documentation to see the wallabag requirements](http://doc.wall Then you can install wallabag by executing the following commands: ``` - git clone https://github.com/wallabag/wallabag.git - cd wallabag - ./install.sh - php bin/console server:run --env=prod +git clone https://github.com/wallabag/wallabag.git +cd wallabag +./install.sh +php bin/console server:run --env=prod ``` # License -- cgit v1.2.3 From 7c1225347db8b516cc268709939f6b359bc283c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 10 Oct 2016 10:20:32 +0200 Subject: Update documentation --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8de3279d..c9488288 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ Then you can install wallabag by executing the following commands: ``` git clone https://github.com/wallabag/wallabag.git -cd wallabag -./install.sh -php bin/console server:run --env=prod +cd wallabag && make install +make run ``` # License -- cgit v1.2.3