Skip to content

Instantly share code, notes, and snippets.

@winstonsmith198four
winstonsmith198four / wp_auto_install.sh
Created November 18, 2021 06:47 — forked from nicomollet/wp_auto_install.sh
WP-CLI auto install script
#!/bin/bash
# Default options
LOCALE="fr_FR"
DB_HOST='localhost'
VIRUSTOTAL_KEY='YOUR_KEY'
printf "Name of the project? cf My Project: "
read PROJECT_NAME
@winstonsmith198four
winstonsmith198four / wp-shell-install.sh
Created November 18, 2021 06:46 — forked from dongilbert/wp-shell-install.sh
Auto Install Latest WordPress from Shell
#!/bin/bash
# Install script for Latest WordPress by Johnathan Williamson - extended by Don Gilbert
# Disclaimer: It might not bloody work
# Disclaimer 2: I'm not responsible for any screwups ... :)
# DB Variables
echo "MySQL Host:"
read mysqlhost
export mysqlhost
@winstonsmith198four
winstonsmith198four / wp-auto-installer.js
Created November 18, 2021 06:46 — forked from mohandere/wp-auto-installer.js
Wordpress auto installer script PHP
;(function($){
/*
Script Name: WP Auto Installer
Author: Mohan Dere
Version: 1.0
Description : This script install new wordpress setup, create database with tables with content & run search replace database for new urls.
Last Update: 13 Mar 15
*/