https://github.com/enishant/wq
WordPress Quick setup with WPCLI for local development
https://github.com/enishant/wq
bash bash-script local-development wordpress wpcli wq
Last synced: 13 days ago
JSON representation
WordPress Quick setup with WPCLI for local development
- Host: GitHub
- URL: https://github.com/enishant/wq
- Owner: enishant
- License: mit
- Created: 2023-09-18T15:58:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T16:59:31.000Z (over 2 years ago)
- Last Synced: 2025-03-12T12:14:37.975Z (about 1 year ago)
- Topics: bash, bash-script, local-development, wordpress, wpcli, wq
- Language: Shell
- Homepage: https://github.com/enishant/wq
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Quick
WordPress Quick setup with WPCLI for local development
## Installing
Copy and execute following command to install WordPress Quick
```
wget -qO wq https://raw.githubusercontent.com/enishant/wq/1.0/wq && sudo bash wq
```
## Usage
Use WordPress Quick with following command arguments
```
wq
```
## Example(s):
If database username & password is "root" and base url host is "localhost"
```
wq myproject
```
If database username & password are different than "root"
```
wq myproject mydbuser mydbpass
```
If database username & password are different than "root" and base url is not "localhost"
```
wq myproject dbuser dbpass http://example.com
```
## Contributing
All contributions for enhancement and fixes will be accepted through pull request, you can also contribute by reporting issues, [Click here](https://github.com/enishant/wq/issues/new) to report an issue.
## License
WordPress Quick is released under the MIT License. See [LICENSE](LICENSE) file for more details.