[README.md] 怎样运行fiv.server

This commit is contained in:
Luk Lu
2019-09-22 15:52:17 +08:00
parent 90a03cde72
commit 99202f110b

30
README.md Normal file
View File

@@ -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)
* **<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```