Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 867 Bytes

README.adoc

File metadata and controls

45 lines (32 loc) · 867 Bytes

Wordpress stack script

pipeline coverage

It installs wordpress in a Debian box under Nginx.

Todo: work in CentOS/RH

Required software

Run as root to install.

Update your system and Install git:

# apt update -y
# apt upgrade -y
# apt install -y git

Clone this repository:

# git clone https://gitlab.com/kobkob/wp-stack.git
# cd wp-stack

Install Wordpress

Use:

# ./bin/install.sh
  1. Install nginx

  2. Install php

  3. Install mysql

  4. Setup nginx

  5. Setup database

  6. Install wordpress