一次阅读邮件系统。 您可以在尝试一下。 快速开始 假设您具有node.js和grunt-cli并且刚刚克隆了该项目。 发展 npm install grunt run # go to localhost:8001 and have fun developing 生产 npm install # configure config/server.js grunt # automate the following with supervisor/upstart/... ./bin/viacrypt-server # go to yourserver.com if you either have configured port 80 # or proxied it to 8001 and enjoy your deployment 入门 要求 依赖关系由npm处理并按以下方式安装: npm in