Skip to content

A simple script used to download and install WordPress.

Notifications You must be signed in to change notification settings

andreinadaban/wp-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

WordPress Installer

A simple script used to download and install WordPress.

Requirements

This script requires WP CLI and OpenSSL.

Installation

  1. Move the wpi.sh file into the /usr/local/bin directory
  2. Remove the .sh extension
  3. Make the file executable using the chmod +x /usr/local/bin/wpi command

You can do all of the above with this command: mv wpi.sh /usr/local/bin/wpi; chmod +x /usr/local/bin/wpi.

Usage

Run wpi site-name site-title admin-user admin-password admin-email.

About

A simple script used to download and install WordPress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages