"index.html" not found

hello,

yesterday i installed ERPNext, and it is generating error “index.html” not found…
after i checked, index.html, blog.html, login-page.html, wn-web.js, and wn-web.css are removed…
please help me to up my site… 

-Mitesh



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/sjJeBXFr1NEJ.

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

Hi Mitesh,

If you have update_erpnext.py, just run that file.

Else follow these steps:
lib/wnf.py -l
lib/wnf.py --sync_all
lib/wnf.py --cms

Thanks,
Anand.

On Tue, Jun 5, 2012 at 11:50 AM, MiteshC mi...@gmail.com wrote:

hello,
yesterday i installed ERPNext, and it is generating error “index.html” not
found…
after i checked, index.html, blog.html, login-page.html, wn-web.js, and
wn-web.css are removed…
please help me to up my site…

-Mitesh


You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/erpnext-developer-forum/-/sjJeBXFr1NEJ.
To post to this group, send email to
er...@googlegroups.com.
To unsubscribe from this group, send email to
erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/erpnext-developer-forum?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
To post to this group, send email to er...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

hello anand,

i done that, its already up to date, because whenever i install erpnext i clone latest changes from github… 



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/kOOV9HzriakJ.

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

What's in your Apache file

On Jun 5, 2012 12:32 AM, "MiteshC" <mi...@gmail.com> wrote:
hello anand,
i done that, its already up to date, because whenever i install erpnext i clone latest changes from github...



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/kOOV9HzriakJ.

To post to this group, send email to er…@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un…@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

Hi Mitesh,

when you do lib/wnf.py --cms, it creates all those html and js files
in the public folders directory structure.

Hence, if you clone the repos again, you need to run lib/wnf.py --cms
to create those files.

thanks,
Anand.

On Tue, Jun 5, 2012 at 12:04 PM, Ryan vAN GINNEKEN
ry...@gmail.com wrote:

What’s in your Apache file

On Jun 5, 2012 12:32 AM, “MiteshC” mi...@gmail.com wrote:

hello anand,
i done that, its already up to date, because whenever i install erpnext i
clone latest changes from github…


You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/erpnext-developer-forum/-/kOOV9HzriakJ.
To post to this group, send email to
er...@googlegroups.com.
To unsubscribe from this group, send email to
erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/erpnext-developer-forum?hl=en.


You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To post to this group, send email to
er...@googlegroups.com.
To unsubscribe from this group, send email to
erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/erpnext-developer-forum?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
To post to this group, send email to er...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

Hello Anand, 
if i do  lib/wnf.py --cms, need to do initial setup again?? 
because my client did initial setup...

- Mitesh



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/Icw0gqTJhiYJ.

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

Hi Mitesh,

You dont need to do initial setup again.

Just run lib/wnf.py --cms

It just creates html & js files depending on your pages in the website
module. If there are no pages, it creates standard pages.

Thanks,
Anand.

On Tue, Jun 5, 2012 at 12:33 PM, MiteshC mi...@gmail.com wrote:

Hello Anand,
if i do lib/wnf.py --cms, need to do initial setup again??
because my client did initial setup…

  • Mitesh


You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/erpnext-developer-forum/-/Icw0gqTJhiYJ.

To post to this group, send email to
er...@googlegroups.com.
To unsubscribe from this group, send email to
erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/erpnext-developer-forum?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
To post to this group, send email to er...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.

thanks anand…



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To post to this group, send email to er...@googlegroups.com.

To unsubscribe from this group, send email to erpnext-developer-forum+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/erpnext-developer-forum?hl=en.