永远不使用 sailsjs
Forever not working with sailsjs
我一直使用
安装
npm install forever -g
我已将 modeljs 中的配置设置为安全
migrate: 'safe'
还是当我运行
forever -w start app.js
我明白了
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: app.js
我不想在每次进行更改时使用 sails lift 停止并启动我的应用程序。我使用的是 0.11 的 sails 版本。
最后用了sails-hook-autoreload,同样的工作游刃有余
我一直使用
安装npm install forever -g
我已将 modeljs 中的配置设置为安全
migrate: 'safe'
还是当我运行
forever -w start app.js
我明白了
warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms info: Forever processing file: app.js
我不想在每次进行更改时使用 sails lift 停止并启动我的应用程序。我使用的是 0.11 的 sails 版本。
最后用了sails-hook-autoreload,同样的工作游刃有余