If we have no access to the Internet (or we prefer to develop locally for whatever reason, we’ll use VMware Workstation as a hypervisor. We could take other options (like VirtualBox), but the main reason for VMware is the compatibility with the labs at WMI UAM.
- Download Debian Linux Netinst image (current stable version – 9.2.1 for 2017/2018 classes). (pick amd64 architecture)
- Launch a VMWare Workstation.
- Click “Create a New Virtual Machine”
- Choose:
- Installer disc image file (iso) and point to Netinst image you’ve just downloaded in Step 1.
- Linux as a guest operating system
- Debian 8.x version (even though we’re installing 9.2.1),
- Virtual Machine Name – Magento Debian 9.2.1
- Location will autofill with the path and the name. Change the path to P:\vm\your_index_number\
- Leave maximum Disk Size set to 20GB, and split virtual disk into multiple files.
- Press Finish
- Play your virtual machine
- Pick the following options:
- install instead of graphical install
- the language you prefer – english (is usually the best)
- your location (for WMI classes) – Poland
- your keymap (for WMI classes ) – Polish
- your hostname – mma1
- yout domain – mma1.local is OK
- root password – qwerty
- new username and password – i.e. s123456, qwerty
- select your timezone – (i.e.) Europe
- Disk partition – “Guided, entire disk and the only available disk”
- “Keep all files in one partition” (we’re doing development, so it’s more convenient)
- Finish paritioning and write the changes to disk and Confirm (it may take a while, the system will go to packages search)
- Select No for Scan another CD and DVD question.
- Next, select the best mirror for debian packages – Europe, Poland, ftp.pl.debian.org is usually OK (if you’re at the classes at WMI UAM leave the proxy empty, usually leaving empty is OK)
- Choose whether you want to participate in a packages survey – Yes and No are both OK.
- Unselect “Debian desktop environment“, “print server“, Select: “SSH server” and continue to the installation
- Install grub to MBR, pick /dev/sda
- After the Installation complete, press Continue.
- The system will be rebooted and after successful startup you’ll be able to log in.
We have a Debian Linux ready 🙂