diff --git a/docs/onboarding/ckan-setup.mdx b/docs/onboarding/ckan-setup.mdx index 473d3d8..9c9d950 100644 --- a/docs/onboarding/ckan-setup.mdx +++ b/docs/onboarding/ckan-setup.mdx @@ -10,7 +10,7 @@ In this section we'll go over how to install [CKAN](https://ckan.org) v2.10.6 an Prerequisites: -- New installation of Ubuntu 22.04 (virtual machine, VPS, local device, etc.) connected to the Internet. +- New installation of Ubuntu 22.04 ([virtual machine](/onboarding/ubuntu-vm-setup), VPS, local device, etc.) connected to the Internet. For these installation notes we'll assume the username in Ubuntu is `rzmk`, so change it to yours when applicable. @@ -20,6 +20,15 @@ For these installation notes we'll assume the username in Ubuntu is `rzmk`, so c sudo apt update -y && sudo apt upgrade -y ``` +:::info Can't paste commands into your VM terminal? + +If you're unable to paste text into the VM, you may either: + +- Search through the VM settings/configuration to enable copying/pasting text +- SSH into the VM and paste into your local terminal + +::: + ## Set up SSH (optional) If you're using a VM then it may be easier when developing to SSH into the VM from a code editor such as VSCode, VSCodium, or Zed. diff --git a/docs/onboarding/ubuntu-vm-setup.mdx b/docs/onboarding/ubuntu-vm-setup.mdx index 52fe69e..2be5de2 100644 --- a/docs/onboarding/ubuntu-vm-setup.mdx +++ b/docs/onboarding/ubuntu-vm-setup.mdx @@ -6,6 +6,12 @@ sidebar_position: 2 In this section we cover how to install [VirtualBox](https://www.virtualbox.org/) on your operating system (OS) and run [Ubuntu](https://ubuntu.com/) 22.04.2 LTS on a virtual machine (VM). +:::info Using macOS? + +If you're using macOS, you may also look into [UTM](https://mac.getutm.app/) and [VMWare Fusion Pro](https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion) (see [this issue](https://github.com/dathere/de-intern-guide/issues/29) for more info) instead of VirtualBox. + +::: + ## 📝 Written Tutorial You may find more comprehensive instructions and details on the [online user manual for VirtualBox 7.0](https://docs.oracle.com/en/virtualization/virtualbox/7.0/user/index.html).