21a5762276086ddeec9e5ff1205be085abbf5d5d
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
Add worker to master server:
curl -X POST http://master-server-ip:5000/add-worker?worker=worker-name&ip=worker-server-ip -H "key: api-key"
Description
Languages
Python
55.4%
HTML
32.4%
Shell
8.3%
JavaScript
2.6%
Dockerfile
1%
Other
0.3%