mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-11-09 16:47:23 +01:00
added server setup outline
This commit is contained in:
parent
3cc199d48c
commit
98413f798f
@ -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.
|
||||
|
||||
|
||||
|
||||
|
5
index.md
5
index.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user