Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genebean/wp-playground
A simple Vagrant-based setup of WordPress
https://github.com/genebean/wp-playground
vagrant wordpress wordpress-site
Last synced: 15 days ago
JSON representation
A simple Vagrant-based setup of WordPress
- Host: GitHub
- URL: https://github.com/genebean/wp-playground
- Owner: genebean
- Created: 2020-07-27T00:44:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-29T03:34:33.000Z (over 4 years ago)
- Last Synced: 2024-10-23T22:45:40.135Z (2 months ago)
- Topics: vagrant, wordpress, wordpress-site
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Playground
This is a simple Vagrant-based setup of WordPress running with the following components:
- CentOS 7
- Apache 2.4
- MariaDB 10.2
- PHP 7.2
- WordPress (latest)
- wp-cli| App | User | Password | Notes |
|-----------|---------------|----------|------------------------|
| MariaDB | root | | there isn't a password |
| MariaDB | wordpressuser | password | used by WordPress |
| WordPress | admin | password | |After running `vagrant up` you should be able to access the site at [http://localhost:8080](http://localhost:8080)
WordPress is installed at `/var/www/html`. Post-installation wp-cli is used to setup the admin account and to update the stock plugins and themes.