Do first travis build

This commit is contained in:
Timothy Warren 2015-06-25 17:05:58 -04:00
parent 0b63f810a9
commit 5e5c41fe05
1 changed files with 7 additions and 0 deletions

View File

@ -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