Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliogonzalez/vagrant-salt-wordpress
Vagrant + Salt + LAMP + Wordpress + phpMyAdmin
https://github.com/juliogonzalez/vagrant-salt-wordpress
mysql phpmyadmin saltstack saltstack-formula vagrant wordpress
Last synced: 6 days ago
JSON representation
Vagrant + Salt + LAMP + Wordpress + phpMyAdmin
- Host: GitHub
- URL: https://github.com/juliogonzalez/vagrant-salt-wordpress
- Owner: juliogonzalez
- Created: 2016-12-13T23:25:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T14:59:03.000Z (about 8 years ago)
- Last Synced: 2024-11-12T14:55:33.604Z (about 2 months ago)
- Topics: mysql, phpmyadmin, saltstack, saltstack-formula, vagrant, wordpress
- Language: HTML
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant + Salt + LAMP + Wordpress + phpMyAdmin
Just the required stuff to generate a Vagrant CentOS6 instance with the following features:
- Bridged network
- A user called monitoring with a RSA public key defined at salt pillar
- Deploy MySQL restricted listening at localhost and unix sockets, and with a administrator role 'sqladmin' (password 'samplepass')
- Deploy a public Wordpress site called Site1 (http://IP/site1), change the default time, publish an example post and install a plugin to allow using any IP or hostname.
- Deploy a public phpMyAdmin (http://IP/phpmyadmin/)Vagrant code is based on code from [JustinCarmony](https://github.com/JustinCarmony), available at https://github.com/JustinCarmony/vagrant-salt-example
# Improving the code or adding features
To test inside the instance, you can use the script /vagrant/salt-apply (and use scp to move the code between the host and the guest instances