forked from ungleich-public/cdist
		
	even more documentation
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								5f1b3a93c0
							
						
					
				
			
			
				commit
				
					
						dede458978
					
				
			
		
					 3 changed files with 14 additions and 3 deletions
				
			
		
							
								
								
									
										11
									
								
								cdist.mdwn
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								cdist.mdwn
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -25,6 +25,17 @@ Before initial release, document:
 | 
			
		|||
         to a subdirectory named "files"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Testing cdist
 | 
			
		||||
 | 
			
		||||
cdist-build-explorer| ssh localhost
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
git clone git://git.schottelius.org/cdist
 | 
			
		||||
cd cdist
 | 
			
		||||
export PATH=$PATH:$(pwd -P)/bin 
 | 
			
		||||
cdist-build-explorer | ssh localhost
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Architecture
 | 
			
		||||
 | 
			
		||||
 - User write shell scripts, which are run on the server
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								doc/man/.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								doc/man/.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,2 +1,2 @@
 | 
			
		|||
cdist.7
 | 
			
		||||
*.html
 | 
			
		||||
*.1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,9 +2,9 @@ cdist using the push principle (triggered by server)
 | 
			
		|||
 | 
			
		||||
% server
 | 
			
		||||
   cdist-deploy-to <client-hostname>
 | 
			
		||||
      cdist-build
 | 
			
		||||
         cdist-preprocess  # fills up variables with content
 | 
			
		||||
            cdist-explore  % client # explores client configuration
 | 
			
		||||
      cdist-build
 | 
			
		||||
         cdist-compile     # parses configuration, creates internal state in cconfig format, verifies
 | 
			
		||||
         cdist-link        # uses cconfig output, creates executable
 | 
			
		||||
      cdist-remote-exec # 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue