Last active
August 30, 2016 04:10
-
-
Save drwasho/2fbe71ea57e0f22b52476ade44e2eb9f to your computer and use it in GitHub Desktop.
Installation script for Ubuntu 16.04.1 - used in miniprovistor
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 characters
#!/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