Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manhpham90vn/wordpress_boilerplate
https://github.com/manhpham90vn/wordpress_boilerplate
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manhpham90vn/wordpress_boilerplate
- Owner: manhpham90vn
- Created: 2023-07-17T10:34:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-16T06:09:06.000Z (8 months ago)
- Last Synced: 2024-03-16T08:56:06.890Z (8 months ago)
- Language: PHP
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Wordpress
## Start development
```shell
docker-compose up -d --build
```## Post install
```shell
./development/scripts/docker_post_install.sh
```## Restore database
```shell
./development/scripts/docker_restore_database.sh
```## Backup database
```shell
./development/scripts/docker_backup_database.sh
```## Build docker for production
```shell
docker build ./src -f Dockerfile
```