2016-05-05 15:21:12 +02:00
[![Build Status ](https://api.travis-ci.org/wallabag/wallabag.svg?branch=master )](https://travis-ci.org/wallabag/wallabag)
2016-08-11 20:57:06 +02:00
[![Scrutinizer Code Quality ](https://scrutinizer-ci.com/g/wallabag/wallabag/badges/quality-score.png?b=master )](https://scrutinizer-ci.com/g/wallabag/wallabag/?branch=master)
2016-01-24 20:02:31 +01:00
[![Gitter ](https://badges.gitter.im/gitterHQ/gitter.svg )](https://gitter.im/wallabag/wallabag)
2015-04-02 11:45:53 +02:00
2016-01-14 00:41:08 +01:00
# What is wallabag?
2015-02-02 07:48:13 +01:00
wallabag is a self hostable application allowing you to not miss any content anymore.
2016-01-14 00:41:08 +01:00
Click, save and read it when you can. It extracts content so that you can read it when you have time.
2013-08-12 18:17:13 +02:00
2016-01-22 11:43:18 +01:00
More informations on our website: [wallabag.org ](https://wallabag.org )
2013-08-08 07:16:07 +02:00
2016-04-03 10:08:22 +02:00
# Install wallabag
2016-01-14 00:41:08 +01:00
2016-07-20 10:44:46 +02:00
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).
2016-03-08 11:40:37 +01:00
Then you can install wallabag by executing the following commands:
2015-02-02 07:48:13 +01:00
```
2016-03-10 13:04:56 +01:00
git clone https://github.com/wallabag/wallabag.git
cd wallabag
2016-08-10 14:26:13 +02:00
git checkout 2.0.6
2016-03-10 13:04:56 +01:00
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
php bin/console wallabag:install --env=prod
php bin/console server:run --env=prod
2015-02-02 07:48:13 +01:00
```
2013-04-03 15:14:01 +02:00
## License
2016-01-15 09:34:09 +01:00
Copyright © 2013-2016 Nicolas Lœuillet < nicolas @ loeuillet . org >
2013-04-03 15:14:01 +02:00
This work is free. You can redistribute it and/or modify it under the
2014-07-11 16:03:59 +02:00
terms of the MIT License. See the COPYING file for more details.