# chef-demo **Repository Path**: depost/chef-demo ## Basic Information - **Project Name**: chef-demo - **Description**: 简单的chef-solo demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-05 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cookbook test ## Quick Start this chef-solo demo. 1. make sure you have chef-solo installed. 2. excute this cmd. ``` mkdir /test git clone -b dev https://gitee.com/depost/chef-demo.git /test cd /test chef-solo --config ./client.rb -j ./client.json ```