Skip to content

Instantly share code, notes, and snippets.

@drwasho
Last active August 30, 2016 04:10
Show Gist options
  • Save drwasho/2fbe71ea57e0f22b52476ade44e2eb9f to your computer and use it in GitHub Desktop.
Save drwasho/2fbe71ea57e0f22b52476ade44e2eb9f to your computer and use it in GitHub Desktop.
Installation script for Ubuntu 16.04.1 - used in miniprovistor
#!/bin/bash
sudo apt-get install -y git build-essential libssl-dev libffi-dev python-dev openssl python-pip libsodium-dev autoconf libzmq-dev pkg-config libtool
sudo pip install cryptography
(cd /home/obuser/; sudo git clone https://github.com/OpenBazaar/OpenBazaar-Server.git)
(cd /home/obuser/OpenBazaar-Server; sudo pip install -r requirements.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment