docs(README): Add PWD button for Frappe (#16790)
Clicking on the button will take you to Play with Docker site which will give you a new vanilla Frappe site to test and play around with for 3 hours PWD File from https://github.com/gavindsouza/install-scripts/blob/main/frappe/pwd.yml Related ERPNext PR: https://github.com/frappe/erpnext/pull/30817
This commit is contained in:
parent
d1423f1517
commit
b64d10a5ee
1 changed files with 6 additions and 1 deletions
|
|
@ -35,12 +35,17 @@
|
|||
|
||||
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)
|
||||
|
||||
<div align="center">
|
||||
<div align="center" style="max-height: 40px;">
|
||||
<a href="https://frappecloud.com/frappe/signup">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
> Login for the PWD site: (username: Administrator, password: admin)
|
||||
|
||||
## Table of Contents
|
||||
* [Installation](#installation)
|
||||
* [Contributing](#contributing)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue