Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

AltCtrlSupr/ACSPanel-Wordpress

Repository files navigation

ACSPanelWordpressBundle

Support to admin a Wordpress farm for the ACSPanel. This solution explores the concept of Wordpress Multitenancy to create a Wordpress farm using the same Wordpress core files to serve how many blogs you wish, each Blog has their own content folder and mysql database.

How it works

At service level it works like the common Apache2 service for the ACSPanel. The only difference is the folder structure that is serie of symbolic links to the wordpress core files and a set of settings needed to make everything works as expected. The Bundle itself create a new table in database to create relationship between one hosting and a database user. From here the wordpress farm knows the connection parameters to connect to the created database and populate a new Wordpress blog.