mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
docs: refactor guide to be general-purpose with prominent placement
- Rename django-dev-transition-guide.md to getting-started-guide.md - Update README.md to feature guide prominently in Getting Started section - Make guide framework-agnostic while keeping Django comparisons optional The guide now serves developers from all backgrounds, with Django comparisons included as an optional reference section at the end.
This commit is contained in:
parent
b7fd8d6938
commit
2926e183bc
2 changed files with 696 additions and 211 deletions
|
|
@ -5,6 +5,8 @@ Everything about [Frappe](https://github.com/frappe/frappe) and [ERPNext](https:
|
|||
|
||||
# Getting Started
|
||||
|
||||
**New to Frappe Docker?** Read the [Getting Started Guide](docs/getting-started-guide.md) for a comprehensive overview of repository structure, development workflow, custom apps, Docker concepts, and quick start examples.
|
||||
|
||||
To get started you need [Docker](https://docs.docker.com/get-docker/), [docker-compose](https://docs.docker.com/compose/), and [git](https://docs.github.com/en/get-started/getting-started-with-git/set-up-git) setup on your machine. For Docker basics and best practices refer to Docker's [documentation](http://docs.docker.com).
|
||||
|
||||
Once completed, chose one of the following two sections for next steps.
|
||||
|
|
@ -49,6 +51,8 @@ If you ran in a Dev Docker environment, to view container logs: `docker compose
|
|||
|
||||
# Documentation
|
||||
|
||||
### [Getting Started Guide](docs/getting-started-guide.md)
|
||||
|
||||
### [Frequently Asked Questions](https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions)
|
||||
|
||||
### [Production](#production)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue