This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;(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 | |
| */ |