This commit is contained in:
Andrea Blankenstijn 2022-06-07 17:35:04 +02:00
parent 55a3aab967
commit b7e0ebca00
1 changed files with 8 additions and 9 deletions

View File

@ -18,22 +18,20 @@ installation should start and run fully automated now.
See the [kickstart](kickstart-install/Born2beroot.cfg) file for more
informations on the system setup.
<!-- Install the packages will need:
## Install required packages
```bash
# SELinux policy tools (should be done by kickstart conf)
# dnf install policycoreutils-python-utils
# Extra Packages for Entreprise Linux 9 repository in which ufw package is.
dnf install epel-release
# Uncomplicated Firewall.
dnf install ufw
# SELinux policy tools
dnf install policycoreutils-python-utils
# Dependencies for building lighttpd from sources.
dnf install git pcre2-devel
dnf groupinstall 'Development Tools'
# MariaDB and PHP for Bonus.
dnf install mariadb-server php-fpm php-mysqlnd
# FTP server for Bonus
dnf install vsftpd
```
Enable services:
@ -42,7 +40,8 @@ Enable services:
systemctl enable mariadb
systemctl enable php-fpm
systemctl enable ufw
``` -->
systemctl enable vsftpd@Born2beroot
```
## Configuration