geekingreen
  • Home
  • Contact
8 September 2015 / JavaScript

NodeJS v4.0

Finally after months of separation, node and iojs have been merged together to form Node v4.0!

Isaac Gifford

Isaac Gifford

Read more posts by this author.

Read More
— geekingreen —

JavaScript

  • Simple .npm-init.js Example
  • Getting started with Meteor [part 1]
  • Ghost Blogging Platform
See all 3 posts →
nginx

letsencrypt - automated free SSL certificates

Login as root sudo su Download git clone git@github.com:letsencrypt/letsencrypt.git Setup authentication nginx server { listen 443; ssl_certificate /etc/letsencrypt/live/sub1.site1.com/fullchain.pem; ssl_certificate_key

  • Isaac Gifford
    Isaac Gifford
< 1 min read
JavaScript

Simple .npm-init.js Example

Below is a simple example of how to create an .npm-init.js file which should be located in the root of your home directory. When running npm init this script is executed and

  • Isaac Gifford
    Isaac Gifford
< 1 min read
geekingreen
—
NodeJS v4.0
Share this
geekingreen © 2018
Latest Posts Ghost