feat: mention other VMs for macOS and copy/paste fix

As per #29
This commit is contained in:
rzmk 2025-08-11 11:31:40 -04:00
parent a557f4730d
commit 063ab299b1
2 changed files with 16 additions and 1 deletions

View file

@ -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.