How to install erpnext for production

I have read through the documentation in https://github.com/webnotes/erpnext/wiki/WSGI-Production-Deployment

However, it is not detailed enough for setting up the erpnext in production mode. could you kindly tell me how to deploy it in production mode.

Is it in production mode, there is no need to run "./lib/wnf.py --serve" command? We try to use daemon to make it run in background, but we found it is not quite stable.

Thank you so much.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Adam,

WSGI is a Python standard for web applications - there are many ways to deploy WSGI applications - if you are running this in production, you might want to read up a bit on WSGI.

What is suggested in the Wiki is one of the many ways.

- Rushabh

On Wednesday, December 11, 2013 7:03:22 PM UTC+5:30, Adam Tong wrote:
I have read through the documentation in https://github.com/webnotes/erpnext/wiki/WSGI-Production-Deployment

However, it is not detailed enough for setting up the erpnext in production mode. could you kindly tell me how to deploy it in production mode.

Is it in production mode, there is no need to run "./lib/wnf.py --serve" command? We try to use daemon to make it run in background, but we found it is not quite stable.

Thank you so much.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



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

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.