mirror of
https://github.com/AlexBocken/mykb.git
synced 2025-08-13 00:18:27 +02:00
added server setup outline
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
1. `apt install mariadb-server`
|
||||
2. `systemctl enable mysql`
|
||||
3. `apt install php php-fpm php-mysql -y`
|
||||
4. `systemctl enable php-fpm` To test the php setup add the following to your site-available nginx folder. Restart nginx using `systemctl restart nginx` and add a new page called `index.php` to your homepage directory with `<?php phpinfo();?>` as the only content. If the php install worked fine, this will show you the installed php packages. Delete this afterwords.
|
||||
3. `apt install php php7.3-fpm php7.3-mysql -y`
|
||||
4. `systemctl enable php7.3-fpm` To test the php setup add the following to your site-available nginx folder. Restart nginx using `systemctl restart nginx` and add a new page called `index.php` to your homepage directory with `<?php phpinfo();?>` as the only content. If the php install worked fine, this will show you the installed php packages. Delete this afterwords.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user