Deploy wordpress from github repository through dPanel without docker. The wordpress will running behind load balancer. The load balancer will forward the request to the wordpress server which running in defined port.
To running in development, some prerequisites are required. You need to have MySQL / MariaDB installed. Or you can use docker to run MariaDB. Here, we provide a docker-compose file to run MySQL. You can run it by executing the following command.
docker-compose up -dAfter that, you need to follow the steps below.
-
Copy .env.example to .env, and fill the required environment variables.
-
Execute dev build script.
./scripts/build-dev.sh- Start development server.
./scripts/start-dev.sh- Access the wordpress site through http://localhost:8081.
Before you can create wordpress from the repository. You need to make sure 2 thigs:
- Database and frankenPHP installed in server

- Fork this repository, so it can be chosen from dPanel

- You have domain to routing to the wordpress site
If all the prerequisites completed, now you can create new wordpress application using this repository:




