Post
Topic
Re: [ANN][KMD][dPoW] Komodo - Zcash Zero Knowledge Privacy Secured by Bitcoin
by
cctap
on 14/12/2017, 02:34:47 UTC

There is #tradebots & #support channel if you need help with BarterDEX. How did you run BarterDEX on Ubuntu?

Install Instructions (latest from source):
Code:
install github-windows: https://git-for-windows.github.io/
install github-linux: sudo apt-get install git
install nodejs: https://nodejs.org/en/download/

Open a console
Code:
git clone https://github.com/KomodoPlatform/BarterDEX.git
cd barterDEX
git checkout v0.7
npm install
npm start

For further support and info please check #tradebots channel in SuperNET slack.

Thank you for the help. I am pleased to say that I got it to install in the current ubuntu 16.04.3 lts and it also installed as live linux ubuntu, VERY COOL!

Here is the script that worked for me hopefully this helps someone. Open the terminal in ubuntu then input these  (hit Y when asked)
Code:
sudo apt-get update
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install git
git clone https://github.com/KomodoPlatform/BarterDEX.git
cd barterDEX
git checkout v0.7
npm install
npm start

Everything looks great (for this version), I look forward to making my first trade. So stoked!