Skip to content

Instantly share code, notes, and snippets.

@tkuennen
Created January 14, 2020 19:23
Show Gist options
  • Select an option

  • Save tkuennen/2a851e5f74791086b4669486ffc0ca3b to your computer and use it in GitHub Desktop.

Select an option

Save tkuennen/2a851e5f74791086b4669486ffc0ca3b to your computer and use it in GitHub Desktop.
Installs bookstack on Ubuntu 18.04
# Ensure you have read the above information about what this script does before executing these commands.
# Download the script
wget https://raw.githubusercontent.com/BookStackApp/devops/master/scripts/installation-ubuntu-18.04.sh
# Make it executable
chmod a+x installation-ubuntu-18.04.sh
# Run the script with admin permissions
sudo ./installation-ubuntu-18.04.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment