diff options
Diffstat (limited to '.debianinstall/README.md')
-rw-r--r-- | .debianinstall/README.md | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/.debianinstall/README.md b/.debianinstall/README.md index 46e0e0858..fca337145 100644 --- a/.debianinstall/README.md +++ b/.debianinstall/README.md @@ -27,23 +27,21 @@ if you look for more choices. The main differences are: - graphical installer whiptail - The script stops (fails) if it finds results of a previous installation. (The [debian-setup.sh](https://framagit.org/ojrandom/core/-/tree/dev/.debianinstall) will just jump over it.) - If something fails the script tries to clean up everything that was installed up to the point of failure. (That might cause trouble if certbot registered a certificate already.) -- The script under [homeinstall](https://framagit.org/hubzilla/core/-/tree/master/.homeinstall) seems to be an older version of the scripts used for Streams - + [autoinstall](https://codeberg.org/streams/streams/src/branch/dev/contrib/autoinstall) - + [easyinstall](https://codeberg.org/streams/streams/src/branch/dev/contrib/easyinstall) +- The script under [homeinstall](https://framagit.org/hubzilla/core/-/tree/master/.homeinstall) seems to be an older version of the scripts used for Streams, i.e. [autoinstall](https://codeberg.org/streams/streams/src/branch/dev/contrib/autoinstall) and [easyinstall](https://codeberg.org/streams/streams/src/branch/dev/contrib/easyinstall) ## Preconditions Hardware + internet connection and router at home -+ computer connected to your router (a Raspberry 3 will do for very small Hubs) ++ computer connected to your router (a Raspberry 4 will do for very small Hubs) Software -+ fresh installation of Debian 12 (bookworm) ++ fresh installation of Debian 12 (bookworm) or Raspberry Pi OS + router with open ports 80 and 443 for your web server -You can of course run the script on a VPS or any distant server as long as the above sotfware requirements are satisfied. +You can of course run the script on a VPS or any distant server as long as the above software requirements are satisfied. ## How to run the script @@ -82,6 +80,11 @@ Switch the verification off util/config system verify_email 0 +Check if updates from the repository do work + + util/udall + + ## What the script will do for you... + install everything required by your hubzilla instance, basically a web server (Apache), PHP, a database (MySQL), certbot,... @@ -101,7 +104,7 @@ The script is known to work without adjustments with + Hardware - standard PC with Debian 12 (bookworm) - - Raspberry 4 with Raspbian, Debian 12 (TODO: needs confirmation after swich to Debian12) + - Raspberry 5 with Raspberry Pi OS, Debian 12 - for tesing purposes: under localhost inside a virtual machine, [KVM](https://wiki.debian.org/KVM) + DynDNS - selfHOST.de @@ -151,8 +154,3 @@ It is recommended to run the Raspi without graphical frontend (X-Server). Use... to boot the Rapsi to the client console. -DO NOT FORGET TO CHANGE THE DEFAULT PASSWORD FOR USER PI! - -## Reminder for Different Web Wervers - -For those of you who feel adventurous enough to use a different web server (i.e. Lighttpd...), don't forget that this script will install Apache or Nginx and that you can only have one web server listening to ports 80 & 443. Also, don't forget to tweak your daily shell script in /var/www/ accordingly. |