This document provides a step-by-step guide for installing SCANOSS in an on-premises environment.
This section covers everything required to install, configure, and verify a self-hosted SCANOSS deployment. All installation scripts and resources referenced in this guide are available in the scanoss/on-premise repository.
# 1. Clone the repositorygit clone https://github.com/scanoss/on-premise.git# 2. Add execution permissions to the installation scriptscd on-premise/install/ && chmod +x *.sh# 3. Install SCANOSS applications — choose option 1) Install everythingsudo ./install-scanoss.sh# 4. Install the Knowledge Base — choose between the full KB or the Test KBsudo ./kb.sh