Bookstack ist eine Art Wiki oder Dokumentationssoftware.
[[https://www.bookstackapp.com|Homepage]], [[https://demo.bookstackapp.com/|Demo]], [[https://www.bookstackapp.com/docs/admin/installation/|Installation]]
=====Installation=====
====Ubuntu====
version="20.04" # 20.04, 22.04, 24.04
wget https://codeberg.org/bookstack/devops/raw/branch/main/scripts/installation-ubuntu-$version.sh
chmod a+x installation-ubuntu-$version.sh
sudo ./installation-ubuntu-$version.sh
=====App URL=====
Möchte man die URL der Website ändern.
cd /var/www/bookstack
nano .env
APP_URL anpassen. Danach im selben Verzeichnis diesen Befehl ausführen um die Datenbank upzudaten.
php artisan bookstack:update-url https://old.example.com https://new.example.com