mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Tandoor: Switch Repo to new Link (#3140)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user