ghost 安装在bae

来源:互联网 发布:中国电信云计算干嘛的 编辑:程序博客网 时间:2024/05/20 13:09

1.git http上传有限制 需要指定

[http]
postBuffer = 524288000

2.app.conf  需要保留

3. package.json 需要指定 首文件

  "start": "node index.js",

4.process.env.NODE_ENV = 'production'; 指定产品模式

5.端口必须指定   port: '18080'  url: 'http://gisers.duapp.com/',


0 0