cliftonc / calipso

Calipso is a simple NodeJS content management system based on Express, Connect & Mongoose.
calip.so
1.71k stars 307 forks source link

after installing calipso globally, when i try to run $ calipso , I get following error. #265

Open PManager1 opened 9 years ago

PManager1 commented 9 years ago

calipso /usr/local/bin/calipso: line 10: exec: node: not found

richtera commented 9 years ago

But node is the nodejs executable. Can you type node on the conmand line? Andy

Sent from my iPhone

On Oct 29, 2014, at 9:46 PM, jayp notifications@github.com wrote:

calipso /usr/local/bin/calipso: line 10: exec: node: not found

— Reply to this email directly or view it on GitHub https://github.com/cliftonc/calipso/issues/265.

PManager1 commented 9 years ago

yes

PManager1 commented 9 years ago

and black background on http://calip.so/ looks ugly.

PManager1 commented 9 years ago

this is clean http://richtera.org/

richtera commented 9 years ago

The styling might be a little outdated, yes. If your still having trouble there is a module_refactor branch which is the next version. It uses the whole calipso module as a submodule to the site you're building rather than trying to do a shell install. I was going to update the npm a few months ago but other things got in the way. You would download it then do npm install -g . in the folder to install calipso globally. Then you should be able to use the calipso command line. The module refactor should also work locally within the repo. Are you using a MONGO_URI or a config file? Thanks Andy

On Oct 29, 2014, at 10:32 PM, jayp notifications@github.com wrote:

and black background on http://calip.so/ http://calip.so/ looks ugly.

— Reply to this email directly or view it on GitHub https://github.com/cliftonc/calipso/issues/265#issuecomment-61037513.