mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Tandoor: Switch Repo to new Link (#3140)
This commit is contained in:
parent
bff8879189
commit
07d9a8c85f
1 changed files with 2 additions and 2 deletions
|
@ -54,13 +54,13 @@ $STD npm install -g yarn
|
|||
msg_ok "Installed Node.js"
|
||||
|
||||
msg_info "Installing Tandoor (Patience)"
|
||||
$STD git clone https://github.com/vabene1111/recipes.git -b master /opt/tandoor
|
||||
$STD git clone https://github.com/TandoorRecipes/recipes -b master /opt/tandoor
|
||||
mkdir -p /opt/tandoor/{config,api,mediafiles,staticfiles}
|
||||
$STD pip3 install -r /opt/tandoor/requirements.txt
|
||||
cd /opt/tandoor/vue
|
||||
$STD yarn install
|
||||
$STD yarn build
|
||||
wget -q https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O /opt/tandoor/.env
|
||||
wget -q https://raw.githubusercontent.com/TandoorRecipes/recipes/develop/.env.template -O /opt/tandoor/.env
|
||||
DB_NAME=db_recipes
|
||||
DB_USER=tandoor
|
||||
DB_ENCODING=utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue