Info
Need to figure out a good way to hookup these wordpress bash scripts to a form and button
Goal: Enter INSTALL name and push CREATE
button. When form is submited it sends INSTALL name to script that sets up a WordPress site on a subdomain (INSTALL.test.com
).
should be able to do it with either
- python
- php (shell_exec)
I think i will use the PHP shell_exec
route