mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			800 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			800 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{$layout}
 | 
						|
{$template "menu"}
 | 
						|
{$template "/code_editor"}
 | 
						|
 | 
						|
<h3>安装步骤</h3>
 | 
						|
<ol class="ui list">
 | 
						|
	<li>按照下面的配置信息替换<code-label>configs/api.yaml</code-label>内容</li>
 | 
						|
	<li>使用<code-label>bin/edge-monitor start</code-label>启动节点</li>
 | 
						|
	<li>可以在<code-label>logs/run.log</code-label>中查看启动是否有异常</li>
 | 
						|
</ol>
 | 
						|
 | 
						|
<div class="ui divider"></div>
 | 
						|
<h3>配置信息</h3>
 | 
						|
<table class="ui table definition selectable">
 | 
						|
	<tr>
 | 
						|
		<td class="title">configs/api.yaml<em><br/><download-link :v-element="'api-code'" :v-file="'api.yaml'">[下载]</download-link></em></td>
 | 
						|
		<td>
 | 
						|
			<source-code-box id="api-code" type="text/yaml">rpc:
 | 
						|
  endpoints: [ {{apiEndpoints}} ]
 | 
						|
nodeId: "{{node.uniqueId}}"
 | 
						|
secret: "{{node.secret}}"</source-code-box>
 | 
						|
		</td>
 | 
						|
	</tr>
 | 
						|
</table>
 |