Main public logs
From MoodleDocs
Combined display of all available logs of MoodleDocs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:55, 1 August 2025 James Steerpike talk contribs created page Talk:Step by Step Installation Guide for Red Hat Compatible Servers (Initial problems)
- 10:19, 28 July 2025 James Steerpike talk contribs created page cPanel Shared Hosting Installation (New)
- 10:14, 28 July 2025 James Steerpike talk contribs created page Step by Step Installation Guide for Red Hat Compatible Servers (New)
- 22:50, 25 June 2025 James Steerpike talk contribs created page James Steerpike (Created page with "# Update all packages and upgrade system sudo yum -y update # Install required packages sudo yum -y install httpd php php-mysqlnd php-pspell php-curl php-gd php-intl ghostscript php-xml php-xmlrpc php-ldap php-zip php-soap php-mbstring unzip mariadb-server mariadb certbot python3-certbot-apache firewalld nano git clamav graphviz aspell # Enable and start Apache and MariaDB services sudo systemctl enable httpd sudo systemctl start httpd sudo systemctl enable mariadb su...")
- 01:26, 18 December 2024 James Steerpike talk contribs created page Talk:Accessible Moodle Installation (Created page with "=== Unit testing required === This does not do what it claims and is rather fragile. <br> The latest releases page in Moodle docs shows any script which claims to install Moodle from Ubuntu 18 onwards but fails to check php and database versions before giving Moodle version selections is going to fail. Lack of clear instructions or checks on user input are also a problem on the https encryption step. A point I made in forums more than a week ago.<br> The self promotion...")
- 04:25, 9 December 2024 James Steerpike talk contribs created page talk (Created page with "Sandbox <syntaxhighlight lang="bash"># Step 1 Get all packages needed. if the web address is valid, apply firewall #Start copy here as you need to copy each step as one block, not line by line. read -p "Enter the web address (without the http:// prefix, example: mymoodle123.com): " WEBSITE_ADDRESS if ping -c 1 -W 3 "$WEBSITE_ADDRESS" &>/dev/null; then Step 1 * Update Ubuntu with the latest packages * Create the LAMP stack by using the apt package manager apt-get. Apach...")
- 07:08, 23 February 2021 User account James Steerpike talk contribs was created automatically