Skip to main content
The install-scanoss.sh script handles the full installation of SCANOSS — from setting up system dependencies and SFTP credentials to downloading and installing all application components.
This script must be run as root or via sudo from the on-premise/install/ directory.

Running the Script

sudo ./install-scanoss.sh
Once executed, you will be presented with the following menu:
SCANOSS Installation Menu
------------------------
1) Install Everything
2) Install Dependencies
3) Setup SFTP Credentials
4) Download Application
5) Install Application
6) Quit

Enter your choice [1-6]:
For a standard installation, select option 1) Install everything. Once the installation finishes, start the API service with:
sudo systemctl start scanoss-go-api.service

Next Steps

Once the applications are installed, proceed to Install Knowledge Base.