Problem: old page in Appendices is redundant (#2388)

Solution: remove the old Appendices page about installing OS-level dependencies
This commit is contained in:
Troy McConaghy 2018-08-06 11:37:28 +02:00 committed by Muawia Khan
parent 8090a35676
commit e0676306b7
2 changed files with 0 additions and 18 deletions

View File

@ -4,7 +4,6 @@ Appendices
.. toctree::
:maxdepth: 1
install-os-level-deps
json-serialization
cryptography
the-bigchaindb-class

View File

@ -1,17 +0,0 @@
# How to Install OS-Level Dependencies
BigchainDB Server has some OS-level dependencies that must be installed.
On Ubuntu 16.04, we found that the following was enough:
```text
sudo apt-get update
sudo apt-get install libffi-dev libssl-dev
```
On Fedora 2325, we found that the following was enough:
```text
sudo dnf update
sudo dnf install gcc-c++ redhat-rpm-config python3-devel libffi-devel
```
(If you're using a version of Fedora before version 22, you may have to use `yum` instead of `dnf`.)