📝 More notes on php installation
This commit is contained in:
parent
6489a6ee16
commit
436c637e67
1 changed files with 7 additions and 0 deletions
|
|
@ -359,3 +359,10 @@ doas pacman -S pnpm
|
||||||
11/14/2023
|
11/14/2023
|
||||||
Install php (i guess i'll be getting into this a bit...):
|
Install php (i guess i'll be getting into this a bit...):
|
||||||
doas pacman -S php
|
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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue