Skip to content

qi19901212/go2o

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go2o

What's Go2o

Golang combine simple o2o DDD domain-driven design realization, including multi-channel (businesses), multi-store, multi-member commodity,Promotions, orders, coupons implementation also includes a mini-framework in package "ops/cf", providing ORM, Reporting, Web Framework,Rpc Framework.

Deploy

1.Complied

git clone https://github.com/newmin/go2o.git /home/usr/go2o export GOPATH=$GOPATH:/home/usr/go2o cd /home/usr/go2o go build server.go

2.Running Service

Usage of ./server: -debug=false: enable debug -help=false: command usage -mode="sh": boot mode.'h'- boot http service,'s'- boot socket service -port=1001: web server port -port2=1002: socket server port

3.Add http proxy for nginx

4.Add test hosts

vi /etc/hosts 127.0.0.1 wly.ts.com static.ts.com img.ts.com partner.ts.com member.ts.com www.ts1.com www.ts2.com api.ts.com wsapi.ts.com

About

Golang基于DDD的o2o应用

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 45.3%
  • JavaScript 34.7%
  • Go 19.9%
  • Python 0.1%