Skip to content

开箱即用,自由配置,适用于countly-server本地调试和编译打包,最终pm2部署线上服务器

Notifications You must be signed in to change notification settings

zengxingqi/countly-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

开箱即用,自由配置

本项目是为了使countly-server适用于本地调试和编译打包,最终pm2部署线上服务器。

安装使用

1. 安装项目依赖

cd 20181102 && yarn

2. 打包静态资源

npm run grunt:task

3. 启用mongodb服务

mongod

4. 启用API服务

npm run api

5. 启用server服务

npm run server

6. 浏览器访问

http://localhost:6001http://127.0.0.1:6001

说明

此项目不再维护,最新代码和需要支持,请前往了解https://github.com/zengxingqi/countly-node-server

About

开箱即用,自由配置,适用于countly-server本地调试和编译打包,最终pm2部署线上服务器

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 3.7%
  • HTML 3.4%
  • Shell 0.9%
  • C++ 0.7%
  • Makefile 0.3%
  • Other 0.2%