Files
vic-server-mongo/README.md
2019-09-22 15:52:17 +08:00

31 lines
807 B
Markdown

# 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)
* **<font size=5>服务端 [tac/fiv.server](https://git.faronear.org/tac/fiv.server)</font>**
* 项目官网 [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```