Installation
Initial setup
Installing dependencies
According to the manual, we need the following PHP extensions gd, dom, iconv, mbstring, mysqlnd, ...
Creating database
Dropping anonymous user and a default DB. Blocking remote root connections mariadb-secure-instal...
Installing BookStack
Downloading CMS cd /var/www/ mkdir bookstack git clone https://github.com/BookStackApp/BookSta...
Configuring Apache
Creating a configuration file for a virtual host touch /etc/apache2/sites-available/bookstack.c...
Enabling HTTPS
It's assumed that you already have certificates signed by LetsEncrypt (more details here)Updating...