-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: use supported wkhtmltox packages for Linux setup #4277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,10 +92,11 @@ Use the following credentials to log in: | |
|
|
||
| ### Local | ||
|
|
||
| 1. Set up bench by following the [Installation Steps](https://frappeframework.com/docs/user/en/installation) and start the server and keep it running | ||
| 1. Set up bench by following the [Installation Steps](https://docs.frappe.io/framework/user/en/installation) and start the server and keep it running | ||
| ```sh | ||
| $ bench start | ||
| ``` | ||
|
Comment on lines
96
to
98
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove shell prompts in command examples to satisfy markdownlint. At Line [97], drop the leading 🧰 Tools🪛 markdownlint-cli2 (0.22.0)[warning] 97-97: Dollar signs used before commands without showing output (MD014, commands-show-output) 🤖 Prompt for AI Agents |
||
| For Debian and Ubuntu derivatives, install the distro-specific `wkhtmltox` package from the official [wkhtmltopdf packaging releases](https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6.1-3) (`bookworm` for Debian/Parrot, `jammy` for Ubuntu) instead of using the placeholder `wkhtmltox_file.deb` command from the generic downloads page. | ||
| 2. In a separate terminal window, run the following commands | ||
| ```sh | ||
| $ bench new-site hrms.localhost | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.