You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The offline installation process is still pretty kludgy. There is a message in the wizard that you should put the offline files in {document_root}/tmp, but there is no way to do that.
What I did was to unzip everything into www, then had a zip created of the tmp folder files from the update_db.php --do that I unzipped into the www/tmp folder before running install.bat.
On the update_db.php -nvd --do: it only pulls down the modified version, not the full. --do should do a full download, even if it's on an already installed system.
Offline --do needs to zip up all the cpe, cve, nvd, stig, sunset, etc and offer it to the user as a download (see Catalog Management Improvements #24, catalog management improvements). Then the installation wizard should have a step to have the user upload that zip file through the interface, unzip it in the right spot and then continue with installation. Could be done on the first wizard page when you click the offline button.
The text was updated successfully, but these errors were encountered:
Related to #24 Catalog Management Improvements
The offline installation process is still pretty kludgy. There is a message in the wizard that you should put the offline files in {document_root}/tmp, but there is no way to do that.
What I did was to unzip everything into www, then had a zip created of the tmp folder files from the update_db.php --do that I unzipped into the www/tmp folder before running install.bat.
The text was updated successfully, but these errors were encountered: