From 3af34dd22fd04341900fadd2fd343101aaafbf27 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Sat, 1 Dec 2012 08:52:08 -0500 Subject: [PATCH] Updating instructions and NPM package --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f40c58..22a1a6e 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ npm install cliste && git clone https://github.com/bmarti44/Cliste.git ./ This will install cliste and check it out into the current working directory. Just run "node index.js" and you're good to go! -Point your browser to http://localhost and the site should load up +Point your browser to http://localhost:8888 and the site should load up If you get an error, make sure MongoDB is running. Type mongo and see if it logs you in. If you get a connect error then mongo isn't running. Type "mongod --fork" to start an instance of mongo. +If the server throws an error, make sure there isn't anything else running on port 8888 + Module Creation -------- 1. To create a new module, create a new folder at /sites/all/module/{{module-name}} diff --git a/package.json b/package.json index d5544eb..1efb232 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cliste", "description": "Cliste, a NodeJS CMS", - "version": "0.1.6", + "version": "0.1.7", "homepage": "http://www.brianmartin.com", "repository": { "type": "git",