Wordpress hosting system for Handshake https://hnshosting.au
Go to file
2023-08-16 13:47:49 +10:00
.env.example bash: Initial bash files 2023-08-16 13:18:26 +10:00
.gitignore bash: Initial bash files 2023-08-16 13:18:26 +10:00
install.sh main: Initial flask server 2023-08-16 13:47:49 +10:00
LICENSE.md Initial commit 2023-08-16 12:53:35 +10:00
main.py main: Initial flask server 2023-08-16 13:47:49 +10:00
README.md main: Initial flask server 2023-08-16 13:47:49 +10:00
requirements.txt main: Initial flask server 2023-08-16 13:47:49 +10:00
wp.sh bash: Initial bash files 2023-08-16 13:18:26 +10:00

HNSHosting Wordpress

This is split into two parts. There is the master server which is the server that will be used to manage the worker servers. Then there is the worker server which is the server that will be used to host the wordpress site.

This is done to make it easier to manage multiple wordpress sites on multiple servers.

Master server install

Install prerequisites:

chmod +x install.sh
./install.sh

This will create the service to run the master server.

Worker server install

Install prerequisites:

chmod +x install.sh
./install.sh