https://github.com/cdxx-lxix/wp-docker-fastsetup
https://github.com/cdxx-lxix/wp-docker-fastsetup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdxx-lxix/wp-docker-fastsetup
- Owner: cdxx-lxix
- Created: 2024-06-19T14:50:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T17:07:20.000Z (12 months ago)
- Last Synced: 2025-01-13T17:48:41.802Z (5 months ago)
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## W🤮rdpress
Setup your disgusting wordpress installation fast (without phpmyadmin).
You need:
Docker
Git
Some text editor eg. Nano### Commands
###### Clone the repo
``` sudo git clone https://github.com/cdxx-lxix/wp-docker-fastsetup.git ```
###### Start the containers
undetached mode
``` sudo docker compose up ```detached mode
``` sudo docker compose up -d ```###### Get inside the container with bash
``` sudo docker exec -it bash ```
### Configurations
The whole wordpress will be available in the same folder as this cloned repo
Installation uses wordpress.ini from 'config' folder to modify file size limits and other stuff