Skip to content

kobkob/wp-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages