File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ for the installation steps.
2222In the root of this repo there is a docker-compose.yml file that can be used
2323to build and run the required containers for CVE Search.
2424
25+ You will need to [ install docker-compose] ( https://docs.docker.com/compose/install/ )
26+ in order to perform this option.
27+
2528Simple clone the repo, move into the root of the cloned repo and run the command:
2629~~~
2730docker-compose up
@@ -33,6 +36,9 @@ the webinterface might have difficulty establishing connection to the mongodb.
3336Once done populating the connection should be restored automatically and the
3437webserver should function normally.
3538
39+ The mongo and redis containers are configured to persist their data to the hosts'
40+ file system; a .cve_search_data folder will be created when the containers are started.
41+
3642### Included in this repo
3743
3844 - Mongodb database dump exported via the ` mongodump -d cvedb --gzip ` command;
You can’t perform that action at this time.
0 commit comments