Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manhpham90vn/wordpress_boilerplate


https://github.com/manhpham90vn/wordpress_boilerplate

Last synced: 6 days ago
JSON representation

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
```