From 5e5c41fe05cef225c51650df918f001ebe7298a0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 25 Jun 2015 17:05:58 -0400 Subject: [PATCH] Do first travis build --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9819e1bb..21ddd43f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A self-hosted client that allows custom formatting of data from the hummingbird api +[![Build Status](https://travis-ci.org/timw4mail/HummingBirdAnimeClient.svg)](https://travis-ci.org/timw4mail/HummingBirdAnimeClient) + [[Hosted Example](https://anime.timshomepage.net)] ## Features @@ -37,6 +39,11 @@ A self-hosted client that allows custom formatting of data from the hummingbird 1. Install dependencies via composer: `composer install` 2. Change the `WHOSE` constant declaration in `index.php` to your name 3. Configure settings in `app/config/config.php` to your liking +4. Create the following directories if they don't exist, and make sure they are world writable + * app/cache + * public/images/manga + * public/images/anime + * public/js/cache #### Anime Collection Additional Installation * Run `php /vendor/bin/phinx migrate -e development` to create the database tables