Install KeystoneJS 0.3.17 on Windows localhost - Node.js CMS & application platform

Trabla: Install KeystoneJS 0.3.17 on Windows localhost - Node.js CMS & application platform ( Node.js + MongoDB + Yeoman Generator )


Install KeystoneJS 0.3.17 on Windows localhost - Node.js CMS & application platform

KeystoneJS is a powerful Node.js content management system and web app framework built on express and mongoose. Keystone makes it easy to create sophisticated web sites and apps, and comes with a beautiful auto-generated Admin UI.

KeystoneJS Official Site - http://keystonejs.com/

Solving:



Steps:


1. Download and install Node.js

2. Download and install MondoDB - Windows Server 2008 64-bit without SSL support x64

3. Run Mongo DB
 - Create folder C:\mongo-db-data
 - Run CMD as Administrator
 - Find path to MongoDB \bin folder
 - Execute in CMD command : CD C:\Program Files\MongoDB\Server\3.4\bin
 - Execute in CMD command :  mongod --dbpath C:\mongo-db-data
DO NOT CLOSE CMD !!! MongoDB is running

4. Install KeystoneJS
- Run CMD as Administrator ( 2nd CMD window )
- Execute in CMD command : npm install -g generator-keystone
- Execute in CMD command : mkdir C:\my-test-project
- Execute in CMD command : CD C:\my-test-project
- Execute in CMD command : yo keystone
- Execute in CMD command : node keystone

5. In browser goto url: http://localhost:3000 

By default KeystoneJS uses MongoDB running on localhost so no DB config is needed

Hooray !!! Enjoy KeystoneJS  Node.js content maangement system ( CMS ) and app platform !!!


No comments:

Post a Comment