Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
persevere installation failed in ubuntu-10.04
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
RajaM  
View profile  
 More options Feb 14 2012, 7:21 am
From: RajaM <rajamani....@gmail.com>
Date: Tue, 14 Feb 2012 04:21:21 -0800 (PST)
Local: Tues, Feb 14 2012 7:21 am
Subject: persevere installation failed in ubuntu-10.04
Hi members !!!
Am totally new for this forum . need your help today i tried to
install persevere example wiki through  npm install persevere-example-
wiki.. everything done well and i started the app using node index.js
from inside the wiki folder. then accessed localhost:8080 and it's
showing a default page " page not yet created use create page link."
Once i clicked that link nothing working ...

Pls give me the proper installation guide to install the same in my
machine ..

Ubuntu-10.04 (32 bit)

by
Rajamani M
NIC -OTC


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
W.S. Hager  
View profile  
 More options Feb 15 2012, 6:04 am
From: "W.S. Hager" <wsha...@gmail.com>
Date: Wed, 15 Feb 2012 12:04:25 +0100
Local: Wed, Feb 15 2012 6:04 am
Subject: Re: [persevere] persevere installation failed in ubuntu-10.04
Ah I see. The edit module is not found by requirejs. Neither is the
monitor module. That's odd. Perhaps try adjusting the requirejs paths
in public/edit.html?

2012/2/14 RajaM <rajamani....@gmail.com>:

--
W.S. Hager
Lagua Web Solutions
http://lagua.nl

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
W.S. Hager  
View profile  
 More options Feb 15 2012, 6:07 am
From: "W.S. Hager" <wsha...@gmail.com>
Date: Wed, 15 Feb 2012 12:07:30 +0100
Local: Wed, Feb 15 2012 6:07 am
Subject: Re: [persevere] persevere installation failed in ubuntu-10.04
This seems to be a (new) firefox related issue. It works in Chrome.

2012/2/15 W.S. Hager <wsha...@gmail.com>:

--
W.S. Hager
Lagua Web Solutions
http://lagua.nl

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
W.S. Hager  
View profile  
 More options Feb 15 2012, 7:17 am
From: "W.S. Hager" <wsha...@gmail.com>
Date: Wed, 15 Feb 2012 13:17:13 +0100
Local: Wed, Feb 15 2012 7:17 am
Subject: Re: [persevere] persevere installation failed in ubuntu-10.04
Damn I knew this... the problem is in promised-io/process.js

sys is no longer in use, plz update this file!

To fix comment out all lines having sys or system (that doesn't seem
to affect anything).

2012/2/15 W.S. Hager <wsha...@gmail.com>:

--
W.S. Hager
Lagua Web Solutions
http://lagua.nl

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kris Zyp  
View profile  
 More options Feb 16 2012, 2:34 pm
From: Kris Zyp <kris...@gmail.com>
Date: Thu, 16 Feb 2012 12:34:42 -0700
Local: Thurs, Feb 16 2012 2:34 pm
Subject: Re: [persevere] persevere installation failed in ubuntu-10.04
OK, I believe this should be fixed now (with the 0.3.2 version of the
promised-io package). This was due to interesting new optimization that
Firefox just deployed where it does static time optimization of
concatenated strings that confused the AMD loader.
Kris

On 2/14/2012 5:21 AM, RajaM wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Hockey  
View profile  
 More options Feb 17 2012, 9:20 am
From: Ben Hockey <neonstalw...@gmail.com>
Date: Fri, 17 Feb 2012 06:20:47 -0800 (PST)
Local: Fri, Feb 17 2012 9:20 am
Subject: Re: [persevere] persevere installation failed in ubuntu-10.04

kris,

can you point to some info about the firefox optimization?  i'm guessing
this may be something that could affect AMD loaders more generally and
would be good to post to the amd-implement list.

thanks,

ben...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kris Zyp  
View profile  
 More options Feb 17 2012, 6:45 pm
From: Kris Zyp <kris...@gmail.com>
Date: Fri, 17 Feb 2012 16:45:28 -0700
Local: Fri, Feb 17 2012 6:45 pm
Subject: Re: [persevere] persevere installation failed in ubuntu-10.04
In FF, the following code is pre-optimized:
 > (function(){require("a"+"b")}).toString()
"function () {\n    require(\"ab\");\n}"

And AFAICT all other browsers keep the addition operation intact.

I was trying to use concatenated strings to avoid the having the scanner
detect the require call. Aliasing the require to "req" seemed to fix it.

Kris

On 2/17/2012 7:20 AM, Ben Hockey wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »