smartcooly

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2018 License: MIT Imports: 1 Imported by: 0

README

smartcooly

Travis Go Report Card Github All Releases Gitter Docker Pulls license

中文文档

Installation

You can install smartcooly from installation package or Docker.

The default username and password are admin, please modify them immediately after login!

From installation package
  1. Download the smartcooly installation package on this page
  2. Unzip the smartcooly installation package
  3. Enter the extracted smartcooly installation directory
  4. Run smartcooly

Then, smartcooly is running at http://localhost:9876.

Linux & Mac user quick start command

wget https://github.com/marstau/smartcooly/releases/download/v{{VERSION}}/smartcooly_{{OS}}_{{ARCH}}.tar.gz
tar -xzvf smartcooly_{{OS}}_{{ARCH}}.tar.gz
cd smartcooly_{{OS}}_{{ARCH}}
./smartcooly

Please replace {{VERSION}}, {{OS}}, {{ARCH}} first.

by Docker
docker run --name=smartcooly -p 19876:9876 marstau/smartcooly

Then, smartcooly is running at http://localhost:19876.

by heroku
heroku addons:create heroku-postgresql:hobby-basic -a smartcooly
heroku buildpacks:add https://github.com/debitoor/ssh-private-key-buildpack.git -a smartcooly
heroku buildpacks:add heroku/go -a smartcooly
heroku config:set SSH_KEY=$(cat ~/.ssh/id_rsa | base64)  -a smartcooly
heroku config:set MAIL_SMTP=smtp.mxhichina.com  -a smartcooly
heroku config:set MAIL_SMTP_PORT=465  -a smartcooly
heroku config:set MAIL_SENDER_ADDRESS=email_from_address  -a smartcooly
heroku config:set MAIL_PASSWORD=email_from_password  -a smartcooly

Usage

Add an Exchange

Add an Algorithm

Deploy an Algorithm

Run a Trader

Commands

go build smartcooly.go
npm run dist

Algorithm Reference

Read Documentation

Contributing

Contributions are not accepted in principle until the basic infrastructure is complete.

However, the ISSUE is welcome.

Denote

eth:0x6E6dDDE24C79e94633CACAa442FadDcD41Af31Bd

btc:1KaJo5bFTpFzJXSYDiFjYkHELvcQdy9NSn

License

Copyright (c) 2016 marstau by MIT

Reference

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL