Skip to content

Instantly share code, notes, and snippets.

View detritus420's full-sized avatar

Simon Kildegaard detritus420

View GitHub Profile
@othmanalikhan
othmanalikhan / how_bookstack.md
Last active December 20, 2023 06:04
Installing BookStack (Debian 11) (2022-11)

Installation: Installing BookStack (Debian 11)

The following guide assumes running the commands below as root for simplicity. Later in the guide directory permissions are restricted to follow the principle of least privilege.

  1. Install dependencies.
    apt install -y git unzip apache2 php7.4 curl php7.4-fpm php7.4-curl php7.4-mbstring php7.4-ldap \
    php7.4-tidy php7.4-xml php7.4-zip php7.4-gd php7.4-mysql libapache2-mod-php7.4 \