eclipse / ponte

Ponte Project
Other
362 stars 61 forks source link

Start @ boot #54

Open chathurangawijetunge opened 6 years ago

chathurangawijetunge commented 6 years ago

How to start Ponte at boot automatically

chombium commented 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

chathurangawijetunge commented 6 years ago

Hi thanks for the reply....

I normally use "rc.local"

But how to start I tried everything... pls help

chathurangawijetunge commented 6 years ago

In command line I just type ponte it works. What is the file extension exactly..? In rc.lical cd file extension node ponte ?

chathurangawijetunge commented 6 years ago

In rc.local I add

Sudol nano ponte & ..... did not work Nano ponte & Also did not work.

chombium commented 6 years ago

you should change make ./bin/ponte executable and then you can simply start ponte with

cd /path/to/ponte/bin && ./ponte