forked from xeroc/stakemachine
-
Notifications
You must be signed in to change notification settings - Fork 129
Install on Digital Ocean Droplet 18.04 LTS
PermieBTS edited this page Aug 9, 2019
·
6 revisions
13.1 Install Dexbot on Digital Ocean Droplet 18.04 LTS
13.1.1 For an older tutorial, please see: https://steemit.com/dexbot/@ihaywood3/installing-dexbot-on-a-virtual-server
13.2 Create a new user so you are not using the root account.
13.2.1 Example:
$ sudo adduser <username> sudo
13.2.2 Then exit as root and login as <username>
$ python3 --version
Python 3.6.7
$ sudo apt-get update
$ sudo apt-get disc-upgrade
$ sudo apt-get install python3-pip
$ sudo apt-get install libssl-dev
$ sudo apt-get install python3-venv
$ pip3 install pyyaml
$ pip3 install uptick
$ pip3 install tabulate
13.3 Check that uptick is working by $ uptick info
$ python3 -m venv env
$ source env/bin/activate
$ export PYTHONPATH=/home/<<YOUR_USERNAME>>/.local/lib/python3.6/site-packages/
$ wget https://github.com/Codaone/DEXBot/archive/0.9.5.tar.gz
$ tar xvfz 0.9.5.tar.gz
13.4 Install DEXBot
$ cd DEXBot-0.9.5
$ make check
$ make install-user