DevTech101

DevTech101

node

Nodejs Bootstrap and Express project

Configuring NodeJS, Express, and Bootstrap npm install –save express-partials Initialize /install NodeJS express Module npm install -g express-generator Create all need structure with express express –ejs bootstrap/ Finally, install NodeJS modules npm install Next, start NodeJS npm start Note: If you are using Netbeans, to be able to start from within Netbeans, add the below …

Nodejs Bootstrap and Express project Read More »

How to configure mediawiki and VisualEditor with Parsoid

Configuring MediaWiki to use NodeJS and Parsoid Note: This post references an old version of NodeJS. You can install the latest version of NodeJS and self compile it. to do so, for full details just follow this post. First you need to download NodesJS, download from http://nodejs.org/dist/v0.10.20/node-v0.10.20-sunos-x64.tar.gz Extract to /opt/node and add node to the …

How to configure mediawiki and VisualEditor with Parsoid Read More »