2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00
Files
.devcontainer
.devops
.github
.vscode
assets
contrib
container
deploy
dev_reqs
installer
src
README
settings.yml
packager.io
install.sh
docs
src
.git-blame-ignore-revs
.gitattributes
.gitignore
.pkgr.yml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Procfile
README.md
RELEASE.md
SECURITY.md
codecov.yml
crowdin.yml
pyproject.toml
readthedocs.yml
requirements.txt
runtime.txt
tasks.py
InvenTree/contrib/installer
Oliver 5b5df279c0 Installer CLI fix ()
* Update heroku procfile

- Fix command to run on ubuntu 20.04
- Add "invoke" command (duplicate of "cli")

* Update docs for installer

* Fix typo

* Update root_commands.sh
2023-12-08 13:10:44 +11:00
..
2023-12-08 13:10:44 +11:00
2022-11-08 10:12:43 +11:00
2022-11-20 19:29:12 +11:00

The installer is generated using bashly.

## Installation
Check out the docs: https://bashly.dannyb.co/installation/

If you have ruby already installed run
```bash
gem install bashly
```

## Regenerate script
```bash
bashly generate
```