gitbitex / gitbitex-spot

An Open Source Cryptocurrency Exchange
https://gitbitex.com:8080/trade/BTC-USDT
487 stars 252 forks source link

Guide install #12

Closed letienmanhtn closed 5 years ago

letienmanhtn commented 5 years ago

Can you provide detailed installation instructions?

greensheng commented 5 years ago

### Install

Server git clone https://github.com/gitbitex/gitbitex-spot.git Create database and make sure BINLOG[ROW format] enabled Execute ddl.sql Modify conf.json Run go build Run ./gitbitex-spot

Web git clone https://github.com/gitbitex/gitbitex-web.git Run npm install Run npm start Run npm run build to build production