https://github.com/gsoros/gtrader-env
GTrader + MySQL + Nginx-SSL
https://github.com/gsoros/gtrader-env
algorithmic-trading ann bitcoin docker docker-compose docker-mysql docker-nginx docker-php laravel neural-network php trading trading-bot
Last synced: 27 days ago
JSON representation
GTrader + MySQL + Nginx-SSL
- Host: GitHub
- URL: https://github.com/gsoros/gtrader-env
- Owner: gsoros
- License: gpl-3.0
- Created: 2017-07-15T15:27:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T23:16:14.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T14:11:10.518Z (about 2 months ago)
- Topics: algorithmic-trading, ann, bitcoin, docker, docker-compose, docker-mysql, docker-nginx, docker-php, laravel, neural-network, php, trading, trading-bot
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GTrader-env
[GTrader](https://github.com/gsoros/GTrader) + MySQL + Nginx-SSL### Requirements
* A recent version of [Docker](https://store.docker.com/search?type=edition&offering=community) and [docker-compose](https://docs.docker.com/compose/install/)### 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/](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](https://www.gnu.org/licenses/gpl-3.0.en.html)