Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richistron/wordpress-docker-mariadb
Simple docker bootstrapping for wordpress 4.3.1
https://github.com/richistron/wordpress-docker-mariadb
Last synced: 8 days ago
JSON representation
Simple docker bootstrapping for wordpress 4.3.1
- Host: GitHub
- URL: https://github.com/richistron/wordpress-docker-mariadb
- Owner: richistron
- License: mit
- Created: 2015-11-27T01:23:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T03:12:09.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T03:20:07.139Z (7 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worpress Docker
Basic docker setup for wordpress.
## Installation
Make sure you have docker v1.8 or higher installed.
* [Install Docker]
### Usage
```
eval $(docker-machine env default)
docker-compose up
```[Install Docker]: https://docs.docker.com/v1.8/installation/