Changes between Version 1 and Version 2 of moodlelab2024/Adding-Moodle-OVA-File


Ignore:
Timestamp:
Jan 2, 2025, 5:14:15 AM (3 weeks ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • moodlelab2024/Adding-Moodle-OVA-File

    v1 v2  
    55This guide explains how to set up a `.vdi` file with Alpine Linux, configure it for sharing, and provide instructions for others to use it in VirtualBox.
    66
    7 ---
    87
    98=== **Part 1: Step-by-Step Instructions for Users**
     
    13122. Download the latest version for your operating system (Windows/macOS/Linux).
    14133. Install VirtualBox using the default options.
    15 ---
     14
    1615==== **2. Download the `.ova` File**:
    17161. Open the Google Drive link provided:
     
    2019   ```
    21202. Download the `.ova file.
    22 ---
     21
    2322==== **3. Import the .ova File**:
    2423
     
    3736   - Wait for VirtualBox to import the .ova file. This might take a few minutes.
    3837
    39 ---
     38
    4039==== **4. Start the Virtual Machine**:
    41401. Click **Start** in VirtualBox.
     
    4342   - **Username**: `moodle`
    4443   - **Password**: `mdl@123`
    45 ---
     44
    4645==== **5. Find the VM IP Address**:
    47461. Inside the VM, type:
     
    5453- On the host machine, edit the `hosts` file to map the VM's IP to a hostname.
    5554
    56 ---
     55
    5756
    5857==== **Edit Hosts File**
     
    9089   ```
    9190
    92 ---
     91
    9392
    9493==== **7. Access Moodle from the Host Machine**:
     
    9998   ```
    10099
    101 ---
    102100
    103101==== Notes for Users:
     
    110108This guide ensures users can easily import the `.vdi` file, configure the VM, and start practicing Moodle without additional setup.
    111109
    112 ---
    113110
    114111==== **Part 2: Troubleshooting**