Deploy Cyberwatch in offline mode with Swarm (Recommended)
This page gives the procedure to follow to install Cyberwatch in offline mode.
Prerequisites
- A machine with access to harbor.cyberwatch.fr.
Cyberwatch On Premise installation
Download the
cyberwatch
andcosign
packages for your distribution manually, at https://dl.cyberwatch.fr/apt/incoming/ for distributions that use the package managerapt
, and https://dl.cyberwatch.fr/rpm/incoming/ for those that userpm
Transfer the package to the offline machine
Install Cyberwatch:
For Debian-based distributions:
sudo dpkg -i cosign*.deb sudo dpkg -i cyberwatch.deb
For Red Hat based distributions:
sudo rpm install cosign*.rpm sudo rpm install cyberwatch.rpm
Configure Cyberwatch:
sudo cyberwatch configure --offline
Register the admin user through the web interface at
https://<offline_machine_adress>
Synchronize the vulnerability database, either from the application’s web interface at
https://<offline_machine_adress>/admin/import_dbs
, or from the command line following the procedure described in the dedicated documentation