Vinayak, Not sure about that's causing that git error – I just performed npm install in a fresh directory with no problems.
As for the "We couldn't find that resource on our server" error, it's an alpha, so some assembly is still required. :-) It's likely that you need to add a symlink to the folder matching you url you're hitting. So, if you're hitting http://localhost, you'll need to symlink that to whichever content folder you want to create. ([nooline root]/client/content/) This really should go into the documentation – I'll go ahead and do that. Thanks for reminding me. I'll also see about making this step included in the package by default. Hope this helps. Holler if it still doesn't. -Skyler On May 11, 2012, at 14:29 PM, Vinayak Mishra wrote: > Hi Lucas, > > Maybe I jumped to a conclusion too soon, my bad. When I do npm install I'm > getting this error: > > fatal: Not a git repository: > /Users/Mathias/Projects/punycode.js/.git/modules/vendor/qunit > > Am I missing something here? > > Also, I get We couldn't find that resource on our server. when I fire up the > server, how do I add content and stuff? > > Thanks, > Vinayak > > On Friday 11 May 2012 09:10:36 PM IST, Lucas Jans wrote: >> >> That's a clever idea. I'd like to see screenshots/demonstration before >> taking the time to install. >> >> On Friday, May 11, 2012 5:53:36 AM UTC-7, Skyler Brungardt wrote: >> >> The platform doesn't ignore crawlers - instead, it provides a >> snapshot of the HTML page using a headless browser (zombie.js). >> >> Sometimes we can have cake and eat it too. :-) >> >> >> >> >> www.agencyrevolution.com <http://www.agencyrevolution.com/> >> >> <http://www.facebook.com/AgencyRevolution><https://plus.google.com/u/0/b/102490668662785670187/#><http://twitter.com/#!/agencyrev><http://www.youtube.com/AgencyRevolution> >> FREE REPORT: Digital Marketing Made Easy >> <http://www.agencyrevolution.com/free-stuff/whitepapers/newsid/6/white-paper-digital-marketing-made-easy> >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> www.agencyrevolution.com <http://www.agencyrevolution.com/> >> >> <http://www.facebook.com/AgencyRevolution><https://plus.google.com/u/0/b/102490668662785670187/#><http://twitter.com/#!/agencyrev><http://www.youtube.com/AgencyRevolution> >> FREE REPORT: Digital Marketing Made Easy >> <http://www.agencyrevolution.com/free-stuff/whitepapers/newsid/6/white-paper-digital-marketing-made-easy> > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
