[tw] Re: [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2016-03-31 Thread anony_geek
You can do it from cron. You need to specify the paths of everything to make sure it picks it up. For example, first run "crontab -e" to open the crontab and add this line at the end. Alter the parts in <>'s to your own This is the basic one: @reboot /tiddlywiki --server To get the run "wh

[tw] Re: [TW5] Node.js Install: Launching 'tiddlywiki --server' on startup.

2014-01-12 Thread Wildscot
On Sunday, 12 January 2014 23:10:59 UTC, Wildscot wrote: > > I've installed TW5 on a VPS (running Ubuntu Server 12.04), with node.js. > Thrilled with it, especially the smooth functionality on mobile. > I've had a quick Google on starting a node.js server on boot, rather than > manually, and it