Whatever site or web application you’re working on, you probrably going to use HTML.
These are the tips I’ve learned over time:
Development Specialist, Artist and Activist
Personal Website
Whatever site or web application you’re working on, you probrably going to use HTML.
These are the tips I’ve learned over time:
Development Specialist, Artist and Activist
Personal Website
Node.js, npm and mongoDB. if you need help install missing apps you can visit
Development Specialist, Artist and Activist
Personal Website
centos meteor.js installation tutorial.
Meteor is an open-source platform for building top-quality web apps in afraction of the time, whether you’re an expert developer or just getting started.
In the following tutorial I’ll show you how it’s easy to install Meteor.js on your CentOS box. I am using centos 6.5 minimal, but those instruction should work on any centos 6.x machine.
Development Specialist, Artist and Activist
Personal Website
nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. read more
Development Specialist, Artist and Activist
Personal Website
you need to have Node.js installed, configured and working.
How to install Node.js on centos 6.3.
also, check you have curl installed:
1 |
yum install curl
|
yum install curl
Development Specialist, Artist and Activist
Personal Website
While writing and exploring on Node.js I did lots of ‘yum remove/install’ for npm node.js.
after a while I realized that npm wasn’t installing anything and just returned an Error: cannot find module ‘block-stream’.
Another thing was that the folder ‘/usr/lib/nodejs/npm’ was lacking the ‘node_modules’ folder which includes its dependencies.
yum remove/install npm didn’t helped, the error also happened when I tried running ‘npm update’ or ‘npm install’.
Development Specialist, Artist and Activist
Personal Website
In the following tutorial I will show you how to install CentOS Node.js and the Express.js /Derby.js and Meteor.js frameworks.
I am using CentOS minimal 6.5, but the following instructions have been tested on 6.3+ and probably works on earlier versions also.
Note: this article was updated in 02, march, 2014.
Development Specialist, Artist and Activist
Personal Website