Skip to content

Install on Digital Ocean Droplet 18.04 LTS

The Hapax edited this page Jan 14, 2019 · 6 revisions

Install Dexbot on Digital Ocean Droplet 18.04 LTS

https://imgur.com/eZpG3wJ

Create a new user so you are not using the root account.

Example: $ sudo adduser sudo

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

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

install dexbot

$ cd DEXBot-0.9.5
$ make check
$ make install-user