Web host

could anybody tell me how to host ERPnext on my domain/server?



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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/b37baf72-9472-4532-a30f-0a30318c7c76%40googlegroups.com.

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

Hello Saravanan,


Welcome to community and thank you so much for your interest in ERPNext.

You need a linux server with SSH access. And you can follow few simple steps for deployment as mentioned on our Github page

GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)

----
Sunil
Partner for ERPNext

On Saturday, August 23, 2014 3:20:05 PM UTC+5:30, Saravanan Rajan wrote:
could anybody tell me how to host ERPnext on my domain/server?



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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/9c43d6f3-cba5-40ee-bd7c-91b96c5860cb%40googlegroups.com.

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

sir,
i cant understand the procedure given on gitub. could you please send me a demo link for hosting ERPnext on our own server?



On Sat, Aug 23, 2014 at 4:10 PM, Sunil Kumar <su...@nescode.com> wrote:
Hello Saravanan,

Welcome to community and thank you so much for your interest in ERPNext.

You need a linux server with SSH access. And you can follow few simple steps for deployment as mentioned on our Github page


----
Sunil
Partner for ERPNext

On Saturday, August 23, 2014 3:20:05 PM UTC+5:30, Saravanan Rajan wrote:
could anybody tell me how to host ERPnext on my domain/server?



You received this message because you are subscribed to a topic in the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-user-forum/utVr2quY4HI/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-user-forum+un…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/9c43d6f3-cba5-40ee-bd7c-91b96c5860cb%40googlegroups.com.


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



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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/CAOdetaHCni0vwBLw%3D3zFP3sb-Y-k5UnsviQiZ95%2BUyMjDYeEhg%40mail.gmail.com.

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

Hello sarvanan,


Step1: Login to your server with SSH client.
Step 2: Update your OS (optional)
Step 3: Run these two command

wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
sudo bash setup_frappe.sh
Step 4: Run these command
cd ~
bench init frappe-bench
cd frappe-bench
bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) # Add ERPNext to your bench apps
bench get-app shopping_cart GitHub - frappe/shopping_cart: Online Shopping Cart integrated with ERPNext # Add Shopping cart to your bench apps
bench new-site site1.local # Create a new site
bench frappe --install_app erpnext site1.local # Install ERPNext for the site
bench frappe --install_app shopping_cart site1.local # Install Shopping cart for the site
Step 5: Run bench for development

bench start

Step 6: Done.
---------------------
Note: In case you would like to use ERPNext for production, you need to configure Supervisor and nginx which well explained @ GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

In case you need any support, feel free to come back. We are here to help you out.

Pls consider buying our server subscription which is cheapest and best. I think it would be a best way to start with in your case.

----
Sunil
Partner for ERPNext

On Saturday, August 23, 2014 4:22:25 PM UTC+5:30, Saravanan Rajan wrote:
sir,
i cant understand the procedure given on gitub. could you please send me a demo link for hosting ERPnext on our own server?




On Sat, Aug 23, 2014 at 4:10 PM, Sunil Kumar <su…@nescode.com> wrote:

Hello Saravanan,

Welcome to community and thank you so much for your interest in ERPNext.

You need a linux server with SSH access. And you can follow few simple steps for deployment as mentioned on our Github page



----
Sunil
Partner for ERPNext

On Saturday, August 23, 2014 3:20:05 PM UTC+5:30, Saravanan Rajan wrote:
could anybody tell me how to host ERPnext on my domain/server?



You received this message because you are subscribed to a topic in the Google Groups “ERPNext User’s Forum” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-user-forum/utVr2quY4HI/unsubscribe.

To unsubscribe from this group and all its topics, send an email to erpnext-user-forum+un…@googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/9c43d6f3-cba5-40ee-bd7c-91b96c5860cb%40googlegroups.com.


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



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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/8ecef244-1931-4db6-9ce2-7988f13646c6%40googlegroups.com.

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

Hello Sunil,

Your guide for hosting ERPnext was wonderful :-). It works fine for me. but when i want to run frappe next time. it refused by " unknown job bench.." like that. how to go about?

Khalid
Thanks
On Saturday, August 23, 2014 12:50:05 PM UTC+3, Saravanan Rajan wrote:
could anybody tell me how to host ERPnext on my domain/server?



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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/a3563bab-349e-45ca-9c5d-07309cae19c9%40googlegroups.com.

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


On 05-Sep-2014, at 1:10 pm, Khalid Abdu Said <kh...@gmail.com> wrote:

Hello Sunil,

Your guide for hosting ERPnext was wonderful :-). It works fine for me. but when i want to run frappe next time. it refused by " unknown job bench.." like that. how to go about?

How about making a new Wiki page on this?



Khalid
Thanks
On Saturday, August 23, 2014 12:50:05 PM UTC+3, Saravanan Rajan wrote:
could anybody tell me how to host ERPnext on my domain/server?



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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/a3563bab-349e-45ca-9c5d-07309cae19c9%40googlegroups.com.

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




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

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

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/4FE27677-927D-41D4-B99A-7D204322D096%40gmail.com.

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