Skip to content

Commit

Permalink
installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
imperator6 authored and askmike committed Aug 18, 2017
1 parent f6d474f commit c4c7825
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Gekko with Bittrex support (currently under test)

`npm install`

`npm install node.bittrex.api`

# Use MongoDB in UI mode

if you want to include mongoDB

`npm install mongojs`

Configure file gekko/web/vue/Uiconfig.js

`adapter: 'mongodb'`

configure file gekko/web/routes/baseConfig.js

`config.mongodb = {
..
connectionString: 'mongodb://{IPorHostname}/gekko',
..
}
`

# Gekko [![npm](https://img.shields.io/npm/dm/gekko.svg)]() [![Build Status](https://travis-ci.org/askmike/gekko.png)](https://travis-ci.org/askmike/gekko) [![Build status](https://ci.appveyor.com/api/projects/status/github/askmike/gekko?branch=stable&svg=true)](https://ci.appveyor.com/project/askmike/gekko)

![Gordon Gekko](http://mikevanrossum.nl/static/gekko.jpg)
Expand Down

0 comments on commit c4c7825

Please sign in to comment.