https://github.com/cdukes/wp-install-bash-script
Create and furnish a local WP install with one command!
https://github.com/cdukes/wp-install-bash-script
genesis shell wordpress
Last synced: 6 months ago
JSON representation
Create and furnish a local WP install with one command!
- Host: GitHub
- URL: https://github.com/cdukes/wp-install-bash-script
- Owner: cdukes
- License: unlicense
- Created: 2013-10-26T09:21:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T14:20:11.000Z (over 2 years ago)
- Last Synced: 2024-04-17T03:19:02.751Z (about 2 years ago)
- Topics: genesis, shell, wordpress
- Language: Shell
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WP-Install Script
======================
Create and furnish a local WP install with one command!
**Step 1**: Setup your variables at the top of the script.
**Step 2**: Open Terminal.
**Step 3**: Type `bash {your script location} {your site slug}`.
What this script does (in a nutshell):
- Creates a folder with your site slug in ~/Sites
- Sets up a DB
- Downloads, installs, and configures the latest version of WP
- Downloads some useful plugins
- Installs Genesis (link to your local copy in variables)
- Imports WP Test data
- Cleans permalinks
- Sets some basic site options
- Installs Bones for Genesis
**This is version 0.0.1. Expect to need to tweak this to your preferences, workflow, and local development setup. More robust scripting to come!**