Skip to content

easy run viabtc_exchange_server use docker compose. I fix it, then it work in centos , mac and ubuntu

Notifications You must be signed in to change notification settings

qyvlik/viabtc_exchange_server_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy startup viabtc_exchange_server with docker

中文

This is docker config to startup viabtc_exchange_server simply.

This repo do this things automatic:

  • Startup a ubuntu docker container
  • Prepare requirements environment
  • Build viabtc_exchange_server from sourcecode
  • Set up requirement service( redis kafka mysql...)
  • Startup viabtc_exchange_server service

Screenshots

screenshots

Prepare

Startup

Open a terminal(linux/mac) or cmd(windows)

git clone [email protected]:qyvlik/viabtc_exchange_server_docker.git
cd viabtc_exchange_server_docker
docker-compose up

Just wait it startup and then test use curl

curl  http://127.0.0.1:18080/ -d '{"method": "market.list", "params": [], "id": 1516681174}'

All is done, just play it!

Tips: if you don't install git, you can startup it like this

you can go here donation the original author: https://github.com/gyk001/viabtc_exchange_server_docker.

Links

About

easy run viabtc_exchange_server use docker compose. I fix it, then it work in centos , mac and ubuntu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.2%
  • Dockerfile 24.8%