Skip to content

Instantly share code, notes, and snippets.

View CTI-Tim's full-sized avatar
🏠
Working from home

CTI-TimGray CTI-Tim

🏠
Working from home
View GitHub Profile
@CTI-Tim
CTI-Tim / rhel7-moodle.sh
Created February 1, 2024 15:00 — forked from mrverrall/rhel7-moodle.sh
A script that installs and configures all the core components for moodle on RHEL/Centos 7 leaving you with a running site complete with AV scanning and Memcached
#!/bin/bash
#
# This Bash script installs Moodle (http://moodle.org) and all it's
# requirements into a freshly installed Centos or RHEL 7 operating system.
# It assumes an 'Enforced' SELinux environment and configures the system
# accordingly.
#
# It is designed to be instructional and clear to read to persons unfamiliar
# with Bash and as such does *no* sanity checking before taking actions.
# Becasue of this *great* care should be taken if you feel the urge to run