Skip to content

Commit

Permalink
Merge pull request cve-search#896 from dbarzin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I authored Jun 15, 2022
2 parents fed54ae + 0333208 commit 552eda0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ Install CVE-Search and its Python dependencies:
pip3 install -r requirements.txt
Install mongodb.
MongoDB wth Ubuntu 22.04, need to have libssl1.1 installed :

echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt-get update
sudo apt-get install libssl1.1

Install MongoDB :

.. code-block:: bash
Expand Down

0 comments on commit 552eda0

Please sign in to comment.