From 436c637e6726c71387248432b53ffef76dac8376 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 14 Nov 2023 22:37:39 -0800 Subject: [PATCH] :memo: More notes on php installation --- updates.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updates.txt b/updates.txt index 9bd07072..a4d8a4ff 100644 --- a/updates.txt +++ b/updates.txt @@ -359,3 +359,10 @@ doas pacman -S pnpm 11/14/2023 Install php (i guess i'll be getting into this a bit...): doas pacman -S php +And additional packages: +doas pacman -S php-sqlite php-fpm php-fpm-runit php-cgi +And adjust /etc/php/php.ini according to arch wiki docs: +https://wiki.archlinux.org/title/PHP + +For the basics on how to get a local web server running via nginx, see this article from Linode/Akamai: +https://www.linode.com/docs/guides/install-php-8-for-apache-and-nginx-on-ubuntu/