47 lines
934 B
Markdown
47 lines
934 B
Markdown
# Wordpress
|
|
|
|
## Description
|
|
This docker compose run wordpress on docker
|
|
|
|
## Requierments
|
|
* GMoTech/GMoLab/VdGLab Linux environment
|
|
* Rocky Linux 10
|
|
* Redhat 10
|
|
* Docker with traefik
|
|
* Certificats
|
|
* Copy crt and key files on `/home/docker/certs/`
|
|
* Environment file
|
|
|
|
## Get Repository
|
|
On server where docker is running
|
|
```bash
|
|
git clone https://gitweb.dyndns.org/docker/wordpress-docker-compose.git
|
|
```
|
|
```bash
|
|
cd wordpress-docker-compose
|
|
```
|
|
## Environment file
|
|
Copy `env-dist` to `env-<environment_name>` file and adapt as your needs
|
|
|
|
## Build
|
|
```bash
|
|
./manage.sh --env <env_name> --build
|
|
```
|
|
## Start
|
|
```bash
|
|
./manage.sh --env <env_name> --start
|
|
```
|
|
## DB
|
|
The database is a dump of wp first install
|
|
The script adapt the sql file with data from environment file
|
|
|
|
## Access
|
|
https://wp-dev.gmolab.net
|
|
https://pma-dev.gmolab.net
|
|
|
|
### [1.0.0] - 2026-03-08
|
|
#### Added
|
|
- initial version by [GMo](mailto:gilles.mouchet@gmail.com)
|
|
|
|
|