An open API service indexing awesome lists of open source software.

https://github.com/ahmedhamid13/auto-wordpress-install_bashscript

bash script to automatic install wordpress on linux with it's database, and database configurations will be as input from user to set it.. also all this data will be backup every 12 hour/day in my system.
https://github.com/ahmedhamid13/auto-wordpress-install_bashscript

apache bash mysql wordpress

Last synced: 2 months ago
JSON representation

bash script to automatic install wordpress on linux with it's database, and database configurations will be as input from user to set it.. also all this data will be backup every 12 hour/day in my system.

Awesome Lists containing this project

README

          

# Normal User set the configurations of DATABASE in (user_Config) script by set 3 parameters

# DataBase Name => DBNAME
# DataBase UserName => DBUSERNM
# DataBase Password => DBPASSWD

#Then he must run the main script with (Sudo) command => sudo ./main

#The Backup path will br shown in the terminal, so he can access it.