mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
adcb975853
* add initial advanced installer * add symlink * add dist detection * make output uniform * switch command to use wget leave the installer on device * regen script * only install if not already there * add os/version check Closes #3835 * regenerate script * fix case syntax * fix typo * rename assets to replace installer * Add issue template for install problems * Add link to open issue * Update linked file
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
name: "Install problems"
|
|
description: "If you have problems deploying InvenTree"
|
|
labels: ["question", "triage:not-checked", "setup"]
|
|
body:
|
|
- type: checkboxes
|
|
id: deployment
|
|
attributes:
|
|
label: "Deployment Method"
|
|
options:
|
|
- label: "Installer"
|
|
- label: "Docker Development"
|
|
- label: "Docker Production"
|
|
- label: "Bare metal Development"
|
|
- label: "Bare metal Production"
|
|
- type: textarea
|
|
id: description
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Describe the problem*"
|
|
description: "A clear and concise description of what is failing."
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Steps to Reproduce"
|
|
description: "Steps to reproduce the behavior, please make it detailed"
|
|
placeholder: |
|
|
0. Link to all docs you used
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: "Relevant log output"
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
render: bash
|
|
validations:
|
|
required: false
|