shares
1.0.0
(플러그인 마켓 검색 : 복리 메모)
git clone [email protected]:xxjwxc/shares.git
cd shares
git submodule update --init --recursive
make run
sudo ./shares install
sudo ./shares start
또는
sudo ./shares stop
sudo ./shares run
apidoc/proto/shares/
디렉터리에서 관련 proto 파일을 수정합니다.server
디렉토리를 입력하고 make gen
사용하여 관련 인터페이스를 생성하십시오. share_tmp_db.sql(테이블 구조 및 데이터)
share_tmp_db_views.sql(보기 보기)
share_tmp_db.sql.zip (두 개의 SQL을 합친 압축파일)
# 修改配置文件
vim shares/conf/config.yml
base :
is_dev : true
serial_number : 1.0.0
service_name : shares
service_displayname : sharesserver
sercice_desc : shares微服务
tools_type : 4 # 0:正式环境,1:日分析,2:抓取消息,3:放量,4:放量监听
db_info :
port : 3306 # 端口号
username : root # 用户名
host : localhost # 地址
password : 123456 # 密码
# host : localhost
# password : qwer
database : caoguo_dev # 数据库名
redis_info :
addrs : ["127.0.0.1:6379"]
password : 123456
group_name : oauth2
db : 0
etcd_info :
addrs : ["127.0.0.1:2379"]
timeout : 3
wx_info :
app_id : wxxxxxxxxxxxx31a
app_secret : xxxxxxxxxxxxxxxxxxxxxxxx
api_key : xxxxxxxxxxxxxxxxxxx
mch_id : xxxxxxxxx
notify_url : http://www.localhost.com
shear_url :
port : 82
file_host : https://www.localhost.com/shares/api/v1
max_capacity : 5
def_group : 默认指标
ext : [sh,sz,hk]
uniapp 구성은 서버 구성을 위해 sharesuniappcommcnutilsserverdef.js
의 server.Host
수정합니다.
자세한 데이터베이스 설명은 mysql
디렉터리를 참조하세요.