mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
parent
a557f4730d
commit
063ab299b1
2 changed files with 16 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue