]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - README.md
empty phpunit file
[github/wallabag/wallabag.git] / README.md
index f4015620cef2959d6fa7c093fd35633721cb6e9c..5bea7ca4b3ed7d1801e3b8629284463b62d5bb7b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,26 +11,6 @@ To get news from poche, [follow us on twitter](http://twitter.com/getpoche) or [
 
 [![flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1265480/poche-a-read-it-later-open-source-system)
 
-## Requirements & installation
-You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.php) on your server.
-
-[PHP cURL](http://www.php.net/manual/en/book.curl.php) & [tidy_parse_string](http://www.php.net/manual/en/tidy.parsestring.php) are recommended.
-
-Get the [latest version](https://github.com/inthepoche/poche) of poche on github. Unzip it and upload it on your server. poche must have write access on assets, cache and db directories.
-
-Copy db/poche.sqlite.in to db/poche.sqlite
-
-Install composer in your project : 
-```bash
-curl -s http://getcomposer.org/installer | php
-```
-Install via composer : 
-```bash
-php composer.phar install
-```
-
-That's all, you can use poche ! 
-
 ## Security
 You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition :
 ```apache
@@ -51,6 +31,9 @@ location ~ /(db) {
 ## Usage
 See the documentation on our website : [inthepoche.com](http://inthepoche.com).
 
+## Travis
+[![Build Status](https://api.travis-ci.org/inthepoche/poche.png?branch=dev)](http://travis-ci.org/#!/inthepoche/poche)
+
 ## License
 Copyright © 2010-2013 Nicolas Lœuillet <nicolas.loeuillet@gmail.com>
 This work is free. You can redistribute it and/or modify it under the