go2o

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2016 License: GPL-2.0 Imports: 20 Imported by: 0

README

Go2o

What's Go2o?

Go2o is Google Go language binding domain-driven design (DDD) O2O open source implementation. Support Online Store , Offline stores; multi-channel (businesses), multi-store, merchandise, snapshots, orders, sales, payment, distribution and other functions.

Project by a management center (including platform management center, business background, store background), online store (PC shop, Handheld shops, micro-channel), the member center, open API in four parts.

Go2o using domain-driven design for business depth abstract, theoretical support in most sectors O2O scenarios. Through open API, you can seamlessly integrate into legacy systems.

Go2o 介绍

Go2o是Google Go语言结合领域驱动设计(DDD)的开源O2O实现。支持线上商店,线下门店;多渠道

(商户)、多门店、商品、快照、订单、促销、支付、配送等功能。

项目由管理中心(包括平台管理中心、商户后台、门店后台)、线上商店(PC商店、手持设备商店、微信)、

会员中心、开放API四部分组成。

Go2o使用领域驱动设计对业务深度抽象,理论上支持大部分行业的O2O应用场景。通过开放API,可以无缝

集成到旧有系统。

项目说明

项目最新版本: v 0.9

由 #刘铭#, #大鹏# 开发.


贡献代码请看: todo list | bug list

代码保证每周更新2-5次(因为项目本身,希望你能接受不定时可能较为频繁的代码改动和DB结构调整 ) 同时也欢迎朋友加入我们(代码可能写的不好,但我们会改进,请大牛不要鄙视,开源需要支持和鼓励)。

请支持开源,不做伸手党,不拿来主意!

========================================

捐赠支付宝:jarrysix@gmail.com (金额随意) 如有定制需求可邮件联系< jarrysix@gmail.com >。

感谢以下哥们和匿名捐助的朋友:

巍 zhu**@126.com 职业码农 奋斗富三代

演示地址

珠三Go技术群:102629585 (珠三是珠三角 , 是QQ群,不是其他群)

MAC下运行请先设置最大连接数:
sudo sysctl -w kern.ipc.somaxconn=4096

pub-serve --- 14199 partner-serve ---- 14192

Deploy

1. Import database

Create new mysql db instance named "go2o" and import data use mysql utility. Database backup file is here : go2o.sql

2.Complied

git clone https://github.com/jsix/go2o.git /home/usr/go/src/go2o
export GOPATH=$GOPATH:/home/usr/go/
cd /home/usr/go
go build go2o-server.go
go build go2o-daemon.go
go build go2o-tcpserve.go

2.Running Service

Usage of ./go2o-server:
	 -conf string
         	 (default "app.conf")
       -d	run daemon
       -debug
         	enable debug
       -trace
         	enable trace
       -help
         	command usage
       -port int
         	web server port (default 14190)
       -restport int
         	rest api port (default 14191)

Usage of ./go2o-daemon:
	-debug = false : enable debug

Usage of ./go2o-tcpserve:
  -conf string
    	 (default "app.conf")
  -l	log output
  -port int
    	 (default 14197)

3.Add http proxy by nginx

server {
        listen          80;
        server_name     static.ts.com;
        root    /home/usr/go/src/go2o/static;
	location ~* \.(eot|ttf|woff|woff2|svg)$ {
      		add_header Access-Control-Allow-Origin *;
  	}
}

server {
        listen          80;
        server_name     img.ts.com;
        root            /home/usr/go/src/go2o/uploads;
	location ~* \.(eot|ttf|woff|woff2|svg)$ {
      		add_header Access-Control-Allow-Origin *;
  	}
}

server {
        listen          80;
        server_name     *.ts.com;
        location / {
                proxy_pass   http://localhost:14190;
                proxy_set_header Host $host;
        }
}

4.Add test hosts

echo 127.0.0.1 go2o.ts.com static.ts.com img.ts.com partner.ts.com mu.ts.com u.ts.com www.ts1.com www.ts2.com api.ts.com webmaster.ts.com >> /etc/hosts

Access Entry

WebMaster

webmaster.ts.com

account: go2o / 123456

Partner Management

partner.ts.com

account: go2o / 123456

Member Center

member.ts.com

Partner Sales

go2o.ts.com

you can add host to table "pt_host" use MySql Workbench.

Documentation

Overview

*

  • Copyright 2015 @ z3q.net.
  • name : daemon
  • author : jarryliu
  • date : 2015-08-04 20:23
  • description :
  • history :

*

  • Copyright 2015 @ z3q.net.
  • name : go2o-tcpserve.go
  • author : jarryliu
  • date : 2015-11-23 15:52
  • description :
  • history :

Directories

Path Synopsis
src
app
*
*
*
*
*
*
*
app/front/shop
* 包含PC,移动端,微信的WEB UI * pcs : PC端线上商店
* 包含PC,移动端,微信的WEB UI * pcs : PC端线上商店
*
*
*
*
*
*
*
core
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
core/infrastructure/gen/rsc/gf256
Package gf256 implements arithmetic over the Galois Field GF(256).
Package gf256 implements arithmetic over the Galois Field GF(256).
core/infrastructure/gen/rsc/qr
Package qr encodes QR codes.
Package qr encodes QR codes.
core/infrastructure/gen/rsc/qr/coding
Package coding implements low-level QR coding details.
Package coding implements low-level QR coding details.
*
*
*
*
*
*
*
*
fix
*
*
*

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL