1.4 KiB
1.4 KiB
WP-Deploy
Installation automatique de Wordpress.
Pour commencer
Entrez ici les instructions pour bien débuter avec votre projet...
Pré-requis
Ce qu'il est requis pour faire fonctionner le script
- Rocky Linux 9
- Apache
- MariaDB
- WP-cli
Installation
Pré-requis Wordpress :
- sudo dnf install httpd tar wget mariadb-server php php-zip php-intl php-mysqlnd php-dom php-simplexml php-xml php-xmlreader php-curl php-exif php-ftp php-gd php-iconv php-json php-mbstring php-posix php-sockets php-tokenizer
- systemctl enable --now httpd mariadb php-fpm
- mysql_secure_installation
Faire une configuration simple
Installation de wp-cli :
- wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
- chmod +x wp-cli.phar
- mv wp-cli.phar /usr/local/bin/wp
ENJOY il suffit de lancer le script avec ./deploy.sh
Auteurs
- **Quentin Leduc ** alias @kiu