diff options
author | Yuchen Pei <hi@ypei.me> | 2022-09-16 13:36:20 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-09-16 13:36:20 +1000 |
commit | 7c7c1f435f5c1054e0b53b0323a74ddfcc9d7b85 (patch) | |
tree | 1a9649373e71d105272ca4fc53391c168510a830 | |
parent | 6886df5e4a11ae159186ea31d54c4d944843aa43 (diff) |
adding php-fpm to the requirements
-rw-r--r-- | README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ TODO: It is not clear what are the exact php modules required for the site to ru * Web server with PHP and URL rewrite (such as Apache with mod-rewrite) * Any version of MariaDB, or MySQL 5 or newer * php (currently v7) +* php-fpm (also needs to be enabled) * php-cli * php-gd * php-mbstring |