2
0
mirror of https://github.com/frappe/frappe.git synced 2024-06-13 03:52:20 +00:00
frappe/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

83 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/frappe-framework-logo-dark.svg">
<img src=".github/frappe-framework-logo.svg" height="50">
</picture>
<h3>
a web framework with <a href="https://www.youtube.com/watch?v=LOjk3m0wTwg">"batteries included"</a>
</h3>
<h5>
it's pronounced - <em>fra-pay</em>
</h5>
</div>
2017-09-25 16:16:58 +00:00
<div align="center">
<a target="_blank" href="#LICENSE" title="License: MIT">
<img src="https://img.shields.io/badge/License-MIT-success.svg">
</a>
<a target="_blank" href="https://www.python.org/downloads/" title="Python version">
<img src="https://img.shields.io/badge/python-%3E=_3.10-success.svg">
</a>
<a href="https://frappeframework.com/docs">
<img src="https://img.shields.io/badge/docs-%F0%9F%93%96-success.svg"/>
</a>
2023-03-08 11:02:30 +00:00
<a href="https://github.com/frappe/frappe/actions/workflows/server-tests.yml">
<img src="https://github.com/frappe/frappe/actions/workflows/server-tests.yml/badge.svg">
2021-05-26 10:15:02 +00:00
</a>
<a href="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml">
<img src="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
</a>
<a href="https://codecov.io/gh/frappe/frappe">
<img src="https://codecov.io/gh/frappe/frappe/branch/develop/graph/badge.svg?token=XoTa679hIj"/>
2021-05-26 10:15:02 +00:00
</a>
2017-09-25 16:16:58 +00:00
</div>
2011-09-07 11:14:57 +00:00
2018-08-30 05:05:19 +00:00
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com).
2011-09-07 11:14:57 +00:00
<div align="center" style="max-height: 40px;">
<a href="https://frappecloud.com/frappe/signup">
2021-10-12 08:01:09 +00:00
<img src=".github/try-on-f-cloud-button.svg" height="40">
</a>
<a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/gavindsouza/install-scripts/main/frappe/pwd.yml">
<img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD" height="37"/>
</a>
2021-10-12 08:01:09 +00:00
</div>
> Login for the PWD site: (username: Administrator, password: admin)
## Table of Contents
* [Installation](#installation)
* [Contributing](#contributing)
* [Resources](#resources)
2017-09-25 16:21:25 +00:00
* [License](#license)
## Installation
2011-09-07 11:14:57 +00:00
### Production
* [Managed Hosting on Frappe Cloud](https://frappecloud.com/)
* [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script)
* [Manual install using Docker images](https://github.com/frappe/frappe_docker)
### Development
* [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script)
* [Development installation on bare metal](https://frappeframework.com/docs/user/en/installation)
2012-04-14 12:08:44 +00:00
2017-04-12 09:01:26 +00:00
## Contributing
2021-10-07 07:21:44 +00:00
1. [Code of Conduct](CODE_OF_CONDUCT.md)
2020-10-16 03:22:42 +00:00
1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
2021-10-07 07:21:44 +00:00
1. [Security Policy](SECURITY.md)
2017-04-12 09:01:26 +00:00
## Resources
1. [frappeframework.com](https://frappeframework.com) - Official documentation of the Frappe Framework.
1. [frappe.school](https://frappe.school) - Pick from the various courses by the maintainers or from the community.
1. [buildwithhussain.dev](https://buildwithhussain.dev) - Watch Frappe Framework being used in the wild to build world-class web apps.
2021-10-05 07:25:07 +00:00
## License
2017-09-25 16:21:25 +00:00
This repository has been released under the [MIT License](LICENSE).
By contributing to Frappe, you agree that your contributions will be licensed under its MIT License.