mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
Merge pull request #44714 from ruthra-kumar/update_readme
chore: update readme
This commit is contained in:
30
README.md
30
README.md
@@ -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 |
BIN
erpnext/public/images/v16/hero_image.png
Normal file
BIN
erpnext/public/images/v16/hero_image.png
Normal file
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 |
Reference in New Issue
Block a user