diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9d6de0 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# fiv.server + +## GIT项目库导航 +* 应用链总入口 [tac/_tac](https://git.faronear.org/tac/_tac) + * 第五维度 [tac/log](https://git.faronear.org/tac/f iv) + * 原型设计 [tac/fiv.design](https://git.faronear.org/tac/fiv.design) + * 客户端 [tac/fiv.h5](https://git.faronear.org/tac/fiv.h5) + * **服务端 [tac/fiv.server](https://git.faronear.org/tac/fiv.server)** + * 项目官网 [tac/fiv.home](https://git.faronear.org/tac/fiv.home) + +## 安装 + +## 运行 + +1. 启动 mongodb + ``` + cd /mongodb + ./bin/mongod -f mongodb.conf --logpath /data/log/mongo.log + ``` + +2. 启动 fiv.server + ``` + cd /fiv/fiv.server + node index.js + ``` + +## 部署 + +* 应用后台主机 ```ssh tic@server.fiv.tacever.org``` +* 数据库主机 ```m1.fiv.tacever.org```