It might be better to not have Cherokee tied to your node app. Instead,
start it up on boot by itself and keep it running separately.

Google around and I'm sure you can find ways to have your node app run on
boot.

A quick search revealed the possibility of adding it to /etc/rc.local or
this http://kvz.io/blog/2009/12/15/run-nodejs-as-a-service-on-ubuntu-karmic/

To keep your node app running, use something like "forever"
https://github.com/nodejitsu/forever

-Locke

On Thu, Jan 24, 2013 at 5:38 AM, - - <[email protected]> wrote:

> Hi there,
>
> I have a software that requires nodejs and I start it by "node
> api/server.js".
>
> Can I somehow start that server.js with cherokee, instead of nodejs. Or
> have nodejs run by cherokee, or similar?
>
> The reason is that I want to have it running on boot and if theres a nice
> possibility with what I already have, that'd be great.
>
> Thanks
>
> Stadtpirat
>
>
> _______________________________________________
> Cherokee mailing list
> [email protected]
> http://lists.octality.com/listinfo/cherokee
>
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to