Skip to content

Commit

Permalink
Ubuntu 16.04 Specific (DeviaVir#645)
Browse files Browse the repository at this point in the history
* Ubuntu 16.04 Specific

Added specific step by step instructions for Ubuntu 16.04

* Update README.md

Added link to ubuntu install video
  • Loading branch information
sniper7kills authored and DeviaVir committed Oct 24, 2017
1 parent d4de9ae commit d2b2312
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,24 @@ npm install
npm link
```

### Ubuntu 16.04 Step-By-Step
https://youtu.be/BEhU55W9pBI
```
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install build-essential mongodb -y
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/carlos8f/zenbot.git
cd zenbot
npm install
./zenbot.sh trade --paper
```
Please note; npm link will not work as forex.analytics is built from source.

### Docker (Optional)

To run Zenbot under Docker, install Docker, Docker Compose, Docker Machine (if necessary) You can follow instructions at https://docs.docker.com/compose/install/
Expand Down

0 comments on commit d2b2312

Please sign in to comment.