"wp-auto-setup.sh" is a shell script to install and activate WordPress into common hosting servers using WP-CLI.
Installation and activation process will be interactive.
- Related repositry
wp-cli.setup.sh
A hosting server that SSH access is allowed and is activated WP-CLI.
- Connect to hosting server via SSH
- Run
wget --no-check-certificate https://raw.githubusercontent.com/tecking/wp-auto-setup/master/wp-auto-setup.sh
(you can download the script) - Run
chmod +x wp-auto-setup.sh
- Open the script, set
PLUGIN
value - Run
./wp-auto-setup.sh
- Following the prompts, enter some values
- locale (default = en-US)
- DB host (default = localhost)
- DB name
- DB user
- DB password
- site URL
- site title
- admin name
- admin password
- admin email
- importing theme unit test data(Japanese only)
- Please use At Your Own Risk
- Tested environment (hosting servers)
- X SERVER (Japan)
- Hello Dolly plugin is automatically deleted.
- If you enter "ja" as the locale, the script installs and activates automatically WP Multibyte Patch plugin.
- 0.1.0 (2021-05-12)
- Opening to the public