GTrader + MySQL + Nginx-SSL
- A recent version of Docker and docker-compose
 
git clone https://github.com/gsoros/GTrader-env.gitcd GTrader-env- 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.0andLISTEN_PORT=443 docker-compose up -d- 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.