Animarr/INSTALL

14 lines
652 B
Plaintext

Requires >= PHP 7.2 and postgres >= 9.4. PHP-FPM/nginx recommended if you want the web interface.
Some of these packages can be installed via:
apt install php-cli php-pgsql php-curl php-mbstring postgresql postgresql-client
You will have to create and use the db.sql schema to create what animarr needs.
Optional web dependencies can be installed this way:
apt install nginx php-fpm
If you want magnet fetching, it uses nodejs with some other stuff. Figure that out.
Example config files and scripts are setup to use the /opt/animarr/Animarr install path for this code. Modify at your discretion.
These have comments in them to help you on the way