Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoliverwd/wordpress_lamp_stack
Local Vagrant LAMP stack that auto install WordPress
https://github.com/aoliverwd/wordpress_lamp_stack
lamp lamp-stack local vagrant wordpress wordpress-development
Last synced: 10 days ago
JSON representation
Local Vagrant LAMP stack that auto install WordPress
- Host: GitHub
- URL: https://github.com/aoliverwd/wordpress_lamp_stack
- Owner: aoliverwd
- Created: 2020-10-04T17:22:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T18:34:15.000Z (over 4 years ago)
- Last Synced: 2024-11-30T23:22:34.427Z (2 months ago)
- Topics: lamp, lamp-stack, local, vagrant, wordpress, wordpress-development
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local WordPress LAMP Stack
Spin up a local WordPress instance using Vagrant.
## Required Software
1. Vagrant: https://www.vagrantup.com/
2. Virtual Box: https://www.virtualbox.org/## Usage
Once Vagrant and VirtualBox have been installed, open a new terminal window in the cloned repository path and instantiate Vagrant:
```bash
vagrant up
```Vagrant will first install a plugin called ```vagrant-hostsupdater``` if this is the first time running ```vagrant up```. After the plugin(s) has been installed Vagrant will ask you to run ```vagrant up``` again.
Vagrant will take a few minutes to spin up and install LAMP and WordPress.
Once spun up your local development instance can be viewed here: http://wp.local.
WordPress core files can be found in the ```src``` folder within cloned repository.
## Credentials
The below credentials can be amended via ```vagrant-bootstrap.sh``` if needed. This needs to be done before the initial spin up of this Vagrant box.
### WordPress Login
Username | Password
---------|---------
wpuser | wordpress### MySQL Schema
IP | Schema | Username | Password
--------------|-----------|-----------|---------
192.168.33.11 | wordpress | wordpress | wordpress