ComputerBas

Tips, tricks and manuals

Je bent niet ingelogd.

#1 2020-08-26 15:53:24

Bas
Administrator
Geregistreerd: 2019-11-10
Posts: 91

Ubuntu 20.04 on Raspberry Pi 4 with MATE gui and Apache2 WebServer

download the image Ubuntu for Raspberry Pi 4

https://ubuntu.com/download/raspberry-p … rm64+raspi

copy the image to the SD card with Raspberry Pi Imager

put in the SD card and power on your Raspberry Pi 4

user = ubuntu
pass = ubuntu

change your password

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
systemctl reboot -i
git clone https://github.com/wimpysworld/desktopify.git
cd ./desktopify
sudo ./desktopify --de ubuntu-mate

wait a while

 sudo reboot 

login

open terminal

sudo nano /boot/firmware/usercfg.txt

add this:

disable_overscan=1

ctrl-x

y (yes save) and reboot

sudo apt-get install libgles2-mesa libgles2-mesa-dev xorg-dev
sudo apt install apache2

check if its up and running

sudo systemctl status apache2

ctrl-c to end

sudo ufw allow 'Apache Full'
sudo ufw enable

check

sudo ufw status

check

http://localhost

yup your site is there!

You're good to go!

Offline

Forum footer

Powered by FluxBB 1.5.11