--- author: Petar Cubela date: Sep 21, 2025 email: mail@petarcubela.de title: Aufgabenblatt 02 - nextcloud installation and git usage (v0.1) geometry: margin=2cm output: pdf_document --- # Aufgabenblatt 02 - nextcloud installation and git repo In diesem Blatt lernst du Um Datein zu bearbeiten benutze einen beliebigen Text Editor, wie zum Beispiel `nano` oder `vim`. Diese sind in der Regel auf den meisten Linux Betriebssystemen vorinstalliert. ## Aufgabe 1 - Nextcloud Installation **a.** Install dependencies **b.** Prepare database - mariadb **c.** Setup web server - nginx/apache **d.** Install nextcloud source files ## Aufgabe 2 - git basics 1. `git init` 1. `git add` 1. `git commit` 1. `git remote` 1. `git push` 1. `git pull` Write simple python 'Hello, world!' script which gets pushed to local git server from last sheet.