Last active
January 9, 2017 18:13
-
-
Save sz3n/4f2096229a3e01b0c1e910adfab7506d to your computer and use it in GitHub Desktop.
Revisions
-
sz3n revised this gist
Jan 9, 2017 . 1 changed file with 6 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,7 @@ git clone https://github.com/cve-search/cve-search.git cd cve-search virtualenv -p python3.4 venv source venv/bin/activate sudo apt-get install python3-lxml pip install -r requirements.txt -
sz3n revised this gist
Jan 2, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,7 @@ cd cve-search #download the dockerfile https://github.com/znb/Docker/blob/master/CVE-Search/Dockerfile docker build -t cve-search . sudo docker run --name cve-search -i -t cve-search > mongod -f /etc/mongod.conf > service redis-server start > python /opt/cve-search/web/index.py -
sz3n revised this gist
Jan 2, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,4 @@ cd cve-search #download the dockerfile https://github.com/znb/Docker/blob/master/CVE-Search/Dockerfile docker build -t cve-search . sudo docker run --name cve-search -i -t cve-search -
sz3n created this gist
Jan 2, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ mkdir cve-search cd cve-search #download the dockerfile https://github.com/znb/Docker/blob/master/CVE-Search/Dockerfile docker build -t cve-search . sudo docker run -name cve-search -i -t cve-search