Merge pull request #44714 from ruthra-kumar/update_readme

chore: update readme
This commit is contained in:
ruthra kumar
2024-12-16 19:55:39 +05:30
committed by GitHub
5 changed files with 22 additions and 8 deletions

View File

@@ -13,13 +13,8 @@
</div>
<div align="center">
<details>
<summary>Screenshots</summary>
<img src="./erpnext/public/images/v16/p_l_graph.png" alt="Profit and Loss" width="72%"/>
<img src="./erpnext/public/images/v16/bom_browser.jpg" alt="BOM Browser" width="72%"/>
<img src="./erpnext/public/images/v16/tasks.png" alt="Tasks" width="72%"/>
<img src="./erpnext/public/images/v16/hero_image.png"/>
</div>
</details>
<div align="center">
<a href="https://erpnext-demo.frappe.cloud/app/home">Live Demo</a>
@@ -29,10 +24,14 @@
<a href="https://docs.erpnext.com">Documentation</a>
</div>
# ERPNext
## ERPNext
100% Open-Source ERP system to help you run your business.
## Motivation
Running a business is a complex task - handling invoices, tracking stock, managing personnel and even more ad-hoc activities. In a market where software is sold separately to manage each of these tasks, ERPNext does all of the above and more, for free.
### Key Features
- **Accounting**: All the tools you need to manage cash flow in one place, right from recording transactions to summarizing and analyzing financial reports.
@@ -71,7 +70,22 @@ It takes care of installation, setup, upgrades, monitoring, maintenance and supp
### Self-hosting
#### Docker
Use docker to deploy ERPNext in production or for development of [Frappe](https://github.com/frappe/frappe) apps. See https://github.com/frappe/frappe_docker for more details.
Prerequisites: docker, docker-compose, git. Refer [Docker Documentation](https://docs.docker.com) for more details on Docker setup.
Run following commands:
```
git clone https://github.com/frappe/frappe_docker
cd frappe_docker
docker compose -f pwd.yml up -d
```
After a couple of minutes, site should be accessible on your localhost port: 8080. Use below default login credentials to access the site.
- Username: Administrator
- Password: admin
See [Frappe Docker](https://github.com/frappe/frappe_docker?tab=readme-ov-file#to-run-on-arm64-architecture-follow-this-instructions) for ARM based docker setup.
### Manual Install

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 918 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 918 KiB