Python script to automatically install Wordpress in Debian 9
To use this script you need to install Python3 and pip3.
On debian : apt-get install python3 pip3
After install Python3 and pip3, please install theses librairies : MySQLdb and requests. (pip3 install requests and apt install python3-mysqldb -y on your command line)
When that was done, you have to edit the script program.py with your own informations.
Finally you can run the script by using : python3 program.py. Run the script in root user !
This script has only be tested on Debian 9 !
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request