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

https://github.com/cdxx-lxix/wp-docker-fastsetup


https://github.com/cdxx-lxix/wp-docker-fastsetup

Last synced: 3 months ago
JSON representation

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