mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
- Add note about permission denied error
(cherry picked from commit 5f9348f56d
)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
5f4275679d
commit
d1042cde0e
@ -15,6 +15,14 @@ wget -qO install.sh https://get.inventree.org && bash install.sh
|
|||||||
|
|
||||||
This script does all manual steps without any input. The installation might take up to 5-10 minutes to finish.
|
This script does all manual steps without any input. The installation might take up to 5-10 minutes to finish.
|
||||||
|
|
||||||
|
#### Permission Denied Error
|
||||||
|
|
||||||
|
The above command may need to be run with `sudo` permissions, depending on the system configuration. So, if the script fails with a permission error, try:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo wget -qO install.sh https://get.inventree.org && sudo bash install.sh
|
||||||
|
```
|
||||||
|
|
||||||
### File Locations
|
### File Locations
|
||||||
|
|
||||||
The installer creates the following directories:
|
The installer creates the following directories:
|
||||||
|
Loading…
Reference in New Issue
Block a user