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-in...
Installing BookStack
Downloading CMS cd /var/www/ mkdir bookstack git clone https://github.com/BookStackApp/Boo...
Configuring Apache
Creating a configuration file for a virtual host touch /etc/apache2/sites-available/bookstac...