Skip to content

gsoros/GTrader-env

Repository files navigation

GTrader-env

GTrader + MySQL + Nginx-SSL

Requirements

Installation

  1. git clone https://github.com/gsoros/GTrader-env.git
  2. cd GTrader-env
  3. Optional: edit .env to configure interface and port. E.g. if you want GTrader to listen on all interfaces at the default HTTPS port, enter LISTEN_HOST=0.0.0.0 and LISTEN_PORT=443
  4. docker-compose up -d
  5. Point your browser to https://localhost:44333/

A default user will have been created with email: gtrader@localhost and an empty password.

After the first log-in GTrader will start fetching candlestick data from the exchanges.

License

GPLv3