luoling

Results 12 issues of luoling

参照把项目部署到UCloud以及阿里云的ubuntu上的办法,首先git clone 项目下来,然后npm install之后, >修改 config/production.js,将 port 修改为 80 端口: 我开放的是8888端口,所以修改为如下: ```js module.exports = { port: 8888, mongodb: 'mongodb://myblog:[email protected]:39327/myblog' } ``` 然后我自己百度了一下怎么安装mogodb,安装好了之后,进行安全管理,增加用户权限认证,然后安装了pm2。然后再运行npm start,**发现pm2运行起来了,但是网页无法访问,我用的是 公网ip:8888/posts 的方式访问**,请问有大佬可以帮忙看下吗?

**在README中:** api/users POST insert data {"name":"admin123","pass":"123","status":1,"time":"1325472736"} **参照此,使用postman** ![image](https://user-images.githubusercontent.com/40154001/74756565-b5bc6a80-52af-11ea-9790-542863f07d9e.png) ![image](https://user-images.githubusercontent.com/40154001/74756608-c8cf3a80-52af-11ea-8a8c-bb7b356b17bf.png) **测试接口失败,失败原因:** ![image](https://user-images.githubusercontent.com/40154001/74756662-df759180-52af-11ea-8bcb-53ef64725810.png) 请问是什么原因呢?测试两个get方法都可以运行的,而且我也看过旧issue,IdGenerator表也建起来了,求大神们解答一下~

不知道是我不会用studio 3t还是怎样,要分成一个个的文件才能导入不同的表中。

我的运行不了,win10-64bit, ![image](https://user-images.githubusercontent.com/40154001/56705266-daed5480-6742-11e9-8f4f-8b5dddaad46c.png)

here is the message: Error in script "C:\Users\THINK\Downloads\Page.qy-master\build\install.nsi" on line 62 -- aborting creation process ?

用不了,替换了hosts文件之后上不了。

![image](https://user-images.githubusercontent.com/40154001/55458961-edcba800-5620-11e9-958f-d0e9b71f52d9.png) my account and password is right. I dont know what happend

不知道怎么运行这个项目:cry: