Skip to content

Instantly share code, notes, and snippets.

View fern4lvarez's full-sized avatar

Fernando Álvarez fern4lvarez

View GitHub Profile
@benbjohnson
benbjohnson / README.md
Created August 4, 2014 04:02
Simple Go Deployment on Ubuntu

Steps

  1. Setup Go cross-compile using Dave Cheney's instructions & package.

  2. Copy the myapp.conf file to /etc/init/myapp.conf. Change the name of the service to whatever you want to call it.

  3. Change the name parameter in myapp.conf to your application's name.

  4. Change the script / end script block to whatever you need to startup your app.

@liammclennan
liammclennan / blog_building_blog.md
Created May 28, 2012 21:20
Building my blog - a new website with node.js and geddy