added server setup outline

This commit is contained in:
TillDiem 2022-01-16 17:05:00 +01:00
parent 3cc199d48c
commit 98413f798f
2 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -10,9 +10,10 @@ Happy to accept pull requests for new topics!
wiki script for vim
- [weechat](docs/weechat.md) TUI client for matrix
- [ssh](docs/ssh.md) ssh configuration
- [GIT](docs/GIT.md) version control software
- [git](docs/GIT.md) version control software
- [neomutt](docs/neomutt.md) highly customizable TUI email client
- [rainloop](docs/rainloop.md) Webbased email client
- [rainloop](docs/rainloop.md) webbased email client
- [server](docs/ServerSetup.md) short guide for hosting a server
# Admin