Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.6 KB

File metadata and controls

17 lines (16 loc) · 1.6 KB

Common Bash Scripts

  • install_ubuntu_16_04_php_7_2.sh - bash script that will install LAMP on Ubuntu server 16.04.
  • install_ubuntu_18_04_php_7_2.sh - bash script that will install LAMP on Ubuntu server 18.04.
  • install_unoconv_moodle_ubunut_18.sh - bash script to install unoconv extension on Ubunut server 18.
  • update_wordpress_cli_mode.sh - bash script to update worpdress plugins and core files via cli.
  • make_string_to_uppercase.sh - bash script to make string to uppercase.
  • backup-wordpress-files.sh - script that will backup DB and Files to your wordpress each day and keep backups for 7 days.
  • backup-wordpress-full.sh - Bash script, that will backup WP code, user files and DB. Script parses wp-config.php to get DB configs. It clean backup dir after 7 days (may be configured).
  • backup-moodle-full.sh - Bash script, that will backup MOODLE code, user files (moodledata) and DB. Script parses config.php to get DB configs. It clean backup dir after 7 days (may be configured).
  • backup-db-to-amazone-s3-cli.sh - Script will save DB dump file to amazone S3 service
  • backup_moodledetails_to_zip.sh - Script will backup moodle instance (DB, moodle files and moodledata files)
  • install_moodle_cli_script.sh - Script to build moodle instance on Ubuntu server.
  • install_metabase_18_04.sh - Script to install Open Source Metabase on Ubuntu 18.04 server
  • install_aws_ubuntu_22_php_7_4.sh - Script to install LAMP php 7.4 Ubuntu on AWS for Moodle Instance
  • install_aws_ubuntu_22_php_8_1.sh - Script to install LAMP php 8.1 Ubuntu on AWS for Moodle Instance
  • switchphpversion.sh - Script to switch php 7.4 to php 7.8