From e6dde8c42a9f10fc2c4e0c30b26335ac3e4c4a88 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 21 Feb 2017 15:56:19 -0500 Subject: [PATCH] Move some README info to the wiki --- README.md | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index e89578bd..feec4ef7 100644 --- a/README.md +++ b/README.md @@ -58,40 +58,6 @@ or ### Server Setup -#### Caching - -Update `app/config/cache.toml` based on the instructions [here](https://git.timshomepage.net/timw4mail/banker/blob/master/README.md). - - -#### nginx -Basic nginx setup - -```nginx -server { - location / { - try_files $uri $uri/ /index.php$uri?$args; - } - - location ~ ^(.+\.php)($|/) { - fastcgi_split_path_info ^(.+\.php)(.*)$; - fastcgi_index index.php; - } - - location ^~ /vendor { - deny all; - } -} -``` - -#### Apache -Make sure to have `mod_rewrite` and `AllowOverride All` enabled in order to take -advantage of the included `.htaccess` file. If you don't wish to use an `.htaccess` file, -include the contents of the `.htaccess` file in your Apache configuration. - -#### Anime Collection Additional Installation -* Run `php /vendor/bin/phinx migrate -e development` to create the database tables -* For importing anime: - 1. Login - 2. Use the form to select your media - 3. Save & Repeat as needed +See the [wiki](https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient/wikis/home) +for more in-depth information