{"id":2316,"date":"2015-10-16T21:12:34","date_gmt":"2015-10-16T19:12:34","guid":{"rendered":"https:\/\/adrhc.go.ro\/wordpress\/?p=2316"},"modified":"2016-10-13T16:34:05","modified_gmt":"2016-10-13T14:34:05","slug":"node-js","status":"publish","type":"post","link":"https:\/\/adrhc.go.ro\/blog\/node-js\/","title":{"rendered":"Node js"},"content":{"rendered":"<pre class=\"brush:bash shell;toolbar: false\">\r\n# see https:\/\/nodesource.com\/blog\/nodejs-v012-iojs-and-the-nodesource-linux-repositories\r\n# First, you need to install the PPA in order to get access to its contents\r\n# curl -sL https:\/\/deb.nodesource.com\/setup | sudo bash -\r\ncurl -sL https:\/\/deb.nodesource.com\/setup_0.12 | sudo bash -\r\n# then install nodejs\r\nsudo apt-get install nodejs\r\n\r\n# initialize a node.js project (creates package.json):\r\nnode init\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># see https:\/\/nodesource.com\/blog\/nodejs-v012-iojs-and-the-nodesource-linux-repositories # First, you need to install the PPA in order to get access to its contents # curl -sL https:\/\/deb.nodesource.com\/setup | sudo bash &#8211; curl -sL https:\/\/deb.nodesource.com\/setup_0.12 | sudo bash &#8211; # then install nodejs sudo apt-get [&hellip;]<\/p>\n<div class=\"link-more\"><a href=\"https:\/\/adrhc.go.ro\/blog\/node-js\/#more-2316\" class=\"more-link\">Continue reading &#10142; <span class=\"screen-reader-text\">Node js<\/span><\/a><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33],"tags":[],"class_list":["post-2316","post","type-post","status-publish","format-standard","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/2316","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/comments?post=2316"}],"version-history":[{"count":0,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/2316\/revisions"}],"wp:attachment":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/media?parent=2316"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/categories?post=2316"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/tags?post=2316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}