WP-Deploy/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2024-09-24 22:48:53 +02:00
# WP-Deploy
[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg) [![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) [![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/) [![Generic badge](https://img.shields.io/badge/Version-V1.1.2-Green.svg)](https://shields.io/)
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](https://git.netwaze.fr/kiu)