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-10-08 15:10:56 +02:00
|
|
|
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)
|
2013-08-08 07:16:07 +02:00
|
|
|
|
2016-04-03 10:08:22 +02:00
|
|
|
# Install wallabag
|
2016-10-08 15:10:56 +02:00
|
|
|
Please read [the documentation to see the wallabag requirements](http://doc.wallabag.org/en/master/user/installation.html#requirements).
|
2016-01-14 00:41:08 +01:00
|
|
|
|
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-10-08 15:10:56 +02:00
|
|
|
./install.sh
|
2016-03-10 13:04:56 +01:00
|
|
|
php bin/console server:run --env=prod
|
2015-02-02 07:48:13 +01:00
|
|
|
```
|
|
|
|
|
2016-10-08 15:10:56 +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.
|