Installing Nextcloud (v23) on AWS EC2
Create EC2 instance
t2.micro
Ubuntu 20.04 LTS
Add security groups so you can access both 22 and 80 (and 443 if adding SSL)
Install required packages
SSH into your instance and run...
sudo apt update
sudo apt install apache2 mariadb-server libapache...
johnvold.hashnode.dev2 min read