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.
- Host: GitHub
- URL: https://github.com/ahmedhamid13/auto-wordpress-install_bashscript
- Owner: ahmedhamid13
- Created: 2020-04-08T10:41:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T10:45:26.000Z (about 6 years ago)
- Last Synced: 2025-03-23T20:45:37.854Z (over 1 year ago)
- Topics: apache, bash, mysql, wordpress
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme
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.