Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onedevstudio/dockering
πJust another WordPress site made with Docker and docker-compose!
https://github.com/onedevstudio/dockering
docker docker-compose docker-php docker-wordpress gulp gulp-scripts gulpjs javascripts php70 php70-apache wordpress
Last synced: 3 months ago
JSON representation
πJust another WordPress site made with Docker and docker-compose!
- Host: GitHub
- URL: https://github.com/onedevstudio/dockering
- Owner: onedevstudio
- License: mit
- Created: 2016-11-20T23:16:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T19:31:15.000Z (about 6 years ago)
- Last Synced: 2024-09-28T06:41:59.238Z (4 months ago)
- Topics: docker, docker-compose, docker-php, docker-wordpress, gulp, gulp-scripts, gulpjs, javascripts, php70, php70-apache, wordpress
- Language: PHP
- Homepage:
- Size: 2.41 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Dockering - Just another WordPress site with Docker! π](/src/assets/static/screenshot.png)
## Installation
1. `git clone https://github.com/onedevstudio/dockering.git your-project && cd your-project/`
2. `sudo -- sh -c -e "echo '127.0.0.1 dockering.local' >> /etc/hosts";`
3. `docker-compose up -d`
4. `./scripts/install.sh`open [dockering.local/wp-admin](http://dockering.local/wp-admin) in your browser
**Login configs**
* **username**: `admin` or **email**: `[email protected]`
* **password**: `admin`## Config files
**[.env](/.env) file for docker-compose.yml**
```bash
APP_NAME=dockering
APP_DIR=./www
WP_PATH=/var/www/htmlMAIL_LINK=mail
DB_HOST=dbhost
DB_BASE=dbbase
DB_USER=dbuser
DB_PASS=dbpassWP_PREFIX=wp_
WP_URL=http://dockering.local
WP_TITLE="Dockering WordPress Application"
WP_USER_NAME=admin
WP_USER_PASS=admin
[email protected]DUMP_FILE=dbase/dbbase.sql
THEME_INSTALL="https://github.com/onedevstudio/onedev-theme/archive/master.zip"
THEMES_DELETE="twentyfifteen|twentysixteen|twentyseventeen"PLUGINS_INSTALL="application-passwords|debug-bar|query-monitor|theme-check|log-deprecated-notices|user-switching|wp-example-content"
PLUGINS_DELETE="hello|akismet"
```## License
[MIT License](/LICENSE) Β© Fernando Moreira