之前用wine自己搞很费劲,实际上DeepIn团队已经帮我们做好了完整的企业微信包,只不过是基于DeepIn Linux的,我们可以在Ubuntu上安装一个DeepIn的容器,然后再安装企业微信。
1 安装Deepin wine For Ubuntu
https://github.com/wszqkzqk/deepin-wine-ubuntu
然后执行install.sh
2 安装企业微信
http://mirrors.aliyun.com/deepin/pool/[......]
之前用wine自己搞很费劲,实际上DeepIn团队已经帮我们做好了完整的企业微信包,只不过是基于DeepIn Linux的,我们可以在Ubuntu上安装一个DeepIn的容器,然后再安装企业微信。
1 安装Deepin wine For Ubuntu
https://github.com/wszqkzqk/deepin-wine-ubuntu
然后执行install.sh
2 安装企业微信
http://mirrors.aliyun.com/deepin/pool/[......]
下载 http://dl.bintray.com/apache/thrift/debian/pool/main/t/thrift/thrift-compiler_0.9.3_amd64.deb
sudo dpkg -i ./thrift-compiler_0.9.3_amd64.deb
[......]
http://elkpi.com/topics/ubuntu-16-04-wine-wxwork.html[......]
用独立二级域名结合gitbook后端服务
server {
server_name homs.coder4.com;
location / {
proxy_pass http://localhost:4000;
proxy_set_header Host $host;
proxy_buffering off;
}
}
路径转发,可以不用启动gitbook serve[......]