4.1 Beta...ish #12

Merged
timw4mail merged 88 commits from develop into master 2018-11-05 13:15:59 -05:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit 5b4e1df740 - Show all commits

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