-
Setup Go cross-compile using Dave Cheney's instructions & package.
-
Copy the
myapp.conffile to/etc/init/myapp.conf. Change the name of the service to whatever you want to call it. -
Change the name parameter in
myapp.confto your application's name. -
Change the
script/end scriptblock to whatever you need to startup your app.
tl;dr I built an extremely simple blog engine with node.js and geddy. The code is at https://github.com/liammclennan/gistblog and my blog is at http://withouttheloop.com/
