linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

How to use forever with linemanjs #298

Closed swapneshk closed 9 years ago

swapneshk commented 9 years ago

How can I forever start my application in production. I tried -

forever start lineman.js in config folder but it is not working.

davemo commented 9 years ago

Hi @swapneshk; Lineman is intended to be used to run your application in development mode with lineman run and build static assets for deployment into a web server with lineman build. I'm not familiar with forever but I imagine what you are trying to do probably requires something like forever lineman run at the project root.