From 93388e35a8d88716b0863e346a7ba70b53dfceb3 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Wed, 23 Jul 2014 18:21:31 +0530 Subject: [PATCH] Update Readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 017ad4cc..2fe6cffc 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Basic Usage installed. It will be setup for periodic backups and auto updates once a day. - bench init erpnext-bench && cd erpnext-bench + bench init frappe-bench && cd frappe-bench * Add apps @@ -106,6 +106,25 @@ To run the bench, To run the bench, a few services need to be running apart from the processes. + +Setting Up ERPNext +================== + +To setup a bench that runs ERPNext, run the following commands + +``` +cd ~ +bench init frappe-bench +cd frappe-bench +bench get-app erpnext https://github.com/frappe/erpnext # Add ERPNext to your bench apps +bench get-app shopping_cart https://github.com/frappe/shopping-cart # 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 +``` + +You can now either use `bench start` or setup the bench for production use. + External services -----------------