Git Product home page Git Product logo

weixin-admin's Introduction

weixin-admin

管理微信公众号,实现了自动回复,自定义菜单,渠道二维码创建等功能

体验地址:http://wechat.anchel.cn/

部署步骤

  • 准备自己的web服务器,安装好nginx(可选),node,mysql,pm2(可选)
  • 将项目代码下载到自己的web服务器上,比如这个目录 /data/web/weixin-admin
  • 将项目下 docs/db/wechat.sql 建库表语句执行,然后将 config/development.js 里面的mysql相关配置修改成自己的
  • 在项目主目录下执行:npm install
  • 执行 mkdir logs
  • 执行 mkdir uploads
  • 将自己的公众号相关的appid,appsecret,token等信息在 config/development.js 里面修改好
  • 然后执行 node app.js 就启动系统了
  • 访问 http://IP ,这里的ip是你web服务器的ip。如果要更换端口,修改 config/development.js 里面的80端口号。另外1024以下端口号需要root权限才能正常启动监听。

界面截图

截图

有问题可联系邮箱:[email protected]

weixin-admin's People

Contributors

anchel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.