mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Installer v2 (#3798)
* 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
This commit is contained in:
28
contrib/installer/src/bashly.yml
Normal file
28
contrib/installer/src/bashly.yml
Normal file
@ -0,0 +1,28 @@
|
||||
name: install
|
||||
help: Interactive installer for InvenTree
|
||||
version: 2.0
|
||||
|
||||
args:
|
||||
- name: source
|
||||
help: Package source that should be used
|
||||
default: stable
|
||||
allowed:
|
||||
- stable
|
||||
- master
|
||||
- main
|
||||
- name: publisher
|
||||
help: Publisher that should be used
|
||||
default: inventree
|
||||
|
||||
flags:
|
||||
- long: --no-call
|
||||
short: -n
|
||||
help: Do not call outside APIs (only functionally needed)
|
||||
- long: --dry-run
|
||||
short: -d
|
||||
help: Dry run (do not install anything)
|
||||
|
||||
examples:
|
||||
- install
|
||||
- install master --no-call
|
||||
- install master matmair --dry-run
|
Reference in New Issue
Block a user