chore: use numbered list

This commit is contained in:
ruthra kumar
2024-12-11 20:33:34 +05:30
parent a793017628
commit 4c68fa46e7

View File

@@ -74,14 +74,12 @@ New passwords will be created for the ERPNext "Administrator" user, the MariaDB
To setup the repository locally follow the steps mentioned below: To setup the repository locally follow the steps mentioned below:
**Step 1**: Setup bench by following the [Installation Steps](https://frappeframework.com/docs/user/en/installation) and start the server 1. Setup bench by following the [Installation Steps](https://frappeframework.com/docs/user/en/installation) and start the server
``` ```
bench start bench start
``` ```
**Step 2**: In a separate terminal window, run the following commands: 2. In a separate terminal window, run the following commands:
``` ```
# Create a new site # Create a new site
bench new-site erpnext.dev bench new-site erpnext.dev
@@ -90,8 +88,7 @@ bench new-site erpnext.dev
bench --site erpnext.dev add-to-hosts bench --site erpnext.dev add-to-hosts
``` ```
**Step 3**: Get the Insights app and install it 3. Get the Insights app and install it
``` ```
# Get the Insights app # Get the Insights app
bench get-app https://github.com/frappe/erpnext bench get-app https://github.com/frappe/erpnext
@@ -100,7 +97,7 @@ bench get-app https://github.com/frappe/erpnext
bench --site erpnext.dev install-app erpnext bench --site erpnext.dev install-app erpnext
``` ```
**Step 4**: Open the URL `http://erpnext.dev:8000/app` in your browser, you should see the app running 4. Open the URL `http://erpnext.dev:8000/app` in your browser, you should see the app running
## Learning and community ## Learning and community