Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the Quickstart / Installation Page Work on a new Ubuntu 16.04 VM? #315

Closed
ttmc opened this issue Jul 14, 2017 · 1 comment
Closed

Comments

@ttmc
Copy link
Contributor

ttmc commented Jul 14, 2017

The current Quickstart / Installation page for the BigchainDB Python Driver only has one OS-level dependency installation:

sudo apt-get update
sudo apt-get install libffi-dev

in Step 1. That really doesn't seem like enough, because the bigchaindb_driver package depends on the bigchaindb package, which needs a lot more OS-level dependencies, i.e. it needs:

sudo apt-get install g++ python3-dev libffi-dev build-essential libssl-dev

We should not assume they already have bigchaindb (BigchainDB Server) installed. Most people will never run BigchainDB Server.

To Do

  • Test the existing Quickstart / Installation instructions for the Python Driver on a new Ubuntu 16.04 VM.
  • Add any needed / missing OS-level dependencies to the Quickstart / Installation page. Re-name that step as "Step 1: OS-level dependencies". It doesn't have to go into the details of what each one is for. You can even cut the existing explanation of the libffi-dev package. It's too much information.
@muawiakh
Copy link
Contributor

No, it does not. Requested a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants