Skip to content

Commit

Permalink
Updating instructions and NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Martin committed Dec 1, 2012
1 parent c9a171a commit 3af34dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 3af34dd

Please sign in to comment.