Open chathurangawijetunge opened 6 years ago
Hi @chathurangawijetunge,
that depends on what OS and init system you use. For example if your on GNU/Linux that can be SystemV or systemd. Search for start scripts/services for your init system.
Than in your start scripts you should have at least the following three commands: cd /path/to/ponte npm install npm start
HTH, Jovan
Hi thanks for the reply....
I normally use "rc.local"
But how to start I tried everything... pls help
In command line I just type ponte it works. What is the file extension exactly..? In rc.lical cd file extension node ponte ?
In rc.local I add
Sudol nano ponte & ..... did not work Nano ponte & Also did not work.
you should change make ./bin/ponte executable and then you can simply start ponte with
cd /path/to/ponte/bin && ./ponte
How to start Ponte at boot automatically