LoginSignup
10
9

More than 5 years have passed since last update.

CoffeeScriptで作ったNode.jsサーバーをforeverで起動する場合の指定

Posted at

JavaScriptをforeverで起動する例

sudo forever start /home/pi/node-dht-sensor/sensor.js
sudo forever start /home/pi/webapp/app.js

CoffeeScriptをforeverで起動する例

sudo forever start -c coffee /home/pi/node-dht-sensor/sensor.coffee
sudo forever start -c coffee /home/pi/webapp/app.coffee
10
9
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9