Install the api with prod extra
This commit is contained in:
parent
77315885b9
commit
eb223a6951
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -1056,7 +1056,7 @@ systemInitInstall libretime-analyzer "$web_user"
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
|
||||||
verbose "\n * Installing API..."
|
verbose "\n * Installing API..."
|
||||||
loudCmd "$python_bin" -m pip install "${AIRTIMEROOT}/api"
|
loudCmd "$python_bin" -m pip install "${AIRTIMEROOT}/api[prod]"
|
||||||
systemInitInstall libretime-api "$web_user"
|
systemInitInstall libretime-api "$web_user"
|
||||||
mkdir -p /etc/airtime
|
mkdir -p /etc/airtime
|
||||||
sed -e "s@WEB_USER@${web_user}@g" \
|
sed -e "s@WEB_USER@${web_user}@g" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue