Update README

This commit is contained in:
Timothy Warren 2018-10-09 18:15:03 -04:00
parent 5b8f0c4a9e
commit 229703a6a6
1 changed files with 6 additions and 2 deletions

View File

@ -33,21 +33,25 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net
* PHP 7.1+ * PHP 7.1+
* PDO SQLite or PDO PostgreSQL (For collection tab) * PDO SQLite or PDO PostgreSQL (For collection tab)
* GD * GD extension for caching images
### Highly Recommended
* Redis or Memcached for caching * Redis or Memcached for caching
### Installation ### Installation
1. Install via git, then install dependencies via composer: `composer install` 1. Install via git, then install dependencies via composer: `composer install`
2. Duplicate `app/config/*.toml.example` files as `app/config/*.toml` 2. Duplicate `app/config/config.toml.example` file as `app/config/config.toml`
3. Configure settings in `app/config/config.toml` to your liking 3. Configure settings in `app/config/config.toml` to your liking
4. Create the following directories if they don't exist, and make sure they are world writable 4. Create the following directories if they don't exist, and make sure they are world writable
* app/config
* app/logs * app/logs
* public/images/avatars * public/images/avatars
* public/images/anime * public/images/anime
* public/images/characters * public/images/characters
* public/images/manga * public/images/manga
5. Make sure the `console` script is executable 5. Make sure the `console` script is executable
6. Additional settings are on the settings page once you log in.
### Server Setup ### Server Setup