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 ..
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?
> 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 received this message because you are subscribed to the Google Groups "Persevere" group. > To post to this group, send email to persevere-framework@googlegroups.com. > To unsubscribe from this group, send email to persevere-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/persevere-framework?hl=en.
> 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>: >> 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 received this message because you are subscribed to the Google Groups "Persevere" group. >> To post to this group, send email to persevere-framework@googlegroups.com. >> To unsubscribe from this group, send email to persevere-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/persevere-framework?hl=en.
> This seems to be a (new) firefox related issue. It works in Chrome.
> 2012/2/15 W.S. Hager <wsha...@gmail.com>: >> 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>: >>> 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 received this message because you are subscribed to the Google Groups "Persevere" group. >>> To post to this group, send email to persevere-framework@googlegroups.com. >>> To unsubscribe from this group, send email to persevere-framework+unsubscribe@googlegroups.com. >>> For more options, visit this group at http://groups.google.com/group/persevere-framework?hl=en.
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
> 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 ..
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.
> 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 received this message because you are subscribed to the Google > Groups "Persevere" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/persevere-framework/-/32Xrw2Y0vAQJ. > To post to this group, send email to persevere-framework@googlegroups.com. > To unsubscribe from this group, send email to > persevere-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/persevere-framework?hl=en.