From ec4ab73db4009c8038fc2b9d498e455fdf4224fd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 08:02:38 +0000 Subject: [PATCH] fix ICLA name --- ICAL.txt => ICLA.txt | 0 general/setup.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ICAL.txt => ICLA.txt (100%) mode change 100755 => 100644 diff --git a/ICAL.txt b/ICLA.txt old mode 100755 new mode 100644 similarity index 100% rename from ICAL.txt rename to ICLA.txt diff --git a/general/setup.md b/general/setup.md index 9659d8b..5cc82dc 100755 --- a/general/setup.md +++ b/general/setup.md @@ -16,7 +16,7 @@ The following dev tools are highly recommended and the documentation assumes you ```sh # For php/html/javascript developers -sudo apt-get install git poppler-utils mariadb-server mariadb-client postgresql postgresql-contrib vsftpd tesseract-ocr wget curl grep sed composer nodejs npm software-properties-common php8.2 php8.2-dev php8.2-cli php8.2-common php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear apache2 redis redis-server memcached sqlite3 wkhtmltopdf imagemagick +sudo apt-get install git poppler-utils mariadb-server mariadb-client postgresql postgresql-contrib vsftpd tesseract-ocr wget curl grep sed composer nodejs npm software-properties-common php8.2 php8.2-dev php8.2-cli php8.2-common php8.2-intl php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear apache2 redis redis-server memcached sqlite3 wkhtmltopdf imagemagick sudo systemctl enable apache2 sudo mysql_secure_installation