]> BookStack Code Mirror - website/commitdiff
Added video guide links to install scripts, tweaked post date
authorDan Brown <redacted>
Tue, 12 Jul 2022 14:30:48 +0000 (15:30 +0100)
committerDan Brown <redacted>
Tue, 12 Jul 2022 14:30:48 +0000 (15:30 +0100)
content/blog/7-years-of-bookstack.md
content/docs/admin/installation.md

index 10dca9b9368b16eb700a86493ee94ac4164ee62f..90d64938ee85580a7d48df802e7a4dc40e32e6fc 100644 (file)
@@ -6,7 +6,7 @@ image = "/images/blog-cover-images/mountain-river-hendrik-cornelissen.jpg"
 author = "Dan Brown"
 slug = "7-years-of-bookstack"
 draft = false
-date = 2022-07-12T12:00:00Z
+date = 2022-07-12T14:25:00Z
 +++
 
 Another year goes by with BookStack now being 7 years in development from it's
index e845c671b816aa84d7404ac89036268879839352..408fd4a3d3b792363b50c3050fcfbd65ad9ed3b2 100644 (file)
@@ -101,7 +101,8 @@ Community docker setups are available for those that would prefer to use a conta
 
 A script to install BookStack on a fresh instance of Ubuntu 22.04 is available. This script is ONLY FOR A FRESH OS, it will install Apache, MySQL 8.0 & PHP-8.1 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
 
-[Link to installation script](https://github.com/BookStackApp/devops/blob/main/scripts/installation-ubuntu-22.04.sh)
+- [Link to installation script](https://github.com/BookStackApp/devops/blob/main/scripts/installation-ubuntu-22.04.sh)
+- [Video guide](https://www.youtube.com/watch?v=wq78komr9rs)
 
 #### Running the Script
 
@@ -129,7 +130,8 @@ Permissions for the BookStack installation files & folders will be set based upo
 
 A script to install BookStack on a fresh instance of Ubuntu 20.04 is available. This script is ONLY FOR A FRESH OS, it will install Apache, MySQL 8.0 & PHP-7.4 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
 
-[Link to installation script](https://github.com/BookStackApp/devops/blob/main/scripts/installation-ubuntu-20.04.sh)
+- [Link to installation script](https://github.com/BookStackApp/devops/blob/main/scripts/installation-ubuntu-20.04.sh)
+- [Video guide](https://www.youtube.com/watch?v=ShqUjt33uOs)
 
 #### Running the Script