mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
1.7 KiB
1.7 KiB
wordpress
My wordpress test
About
This is my test wordpress project. Many configuration files are from DigitalOcean.
Features
- Certbot
- Nginx
- Wordpress
- Docker
- RSS integration
Screenshots
Installation
Requirements
Clone and config
Clone this repository to your local machine using:
git clone --recurse-submodules --remote-submodules https://github.com/bensuperpc/wordpress.git
Go to the folder
cd wordpress
Run with docker
Start the website with:
make start
And go to: https://127.0.0.1:80/ or https://localhost:80/
Access to the pgadmin with: https://127.0.0.1:5050/ or https://localhost:5050/
Stop the website with:
make stop
Get the logs with:
make logs
Build with
- Wordpress
- Gnu Make
- Github API
- Github Actions
- Docker
- Docker Compose
- Docker Hub
- Digital Ocean
- Digital Ocean - How To Install WordPress with Docker Compose
- PGAmin