29 lines
		
	
	
		
			604 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			604 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # XO installer
 | |
| 
 | |
| ## Description
 | |
| This script is an installer for XO from source. It allows to mount a Xen Orchestra instance in 3 command lines.
 | |
| 
 | |
| ## Installation
 | |
| - Log in to your target machine with the user and password defined during the installation
 | |
| - Go to root
 | |
| ```
 | |
| su -
 | |
| ```
 | |
| - Enter the root password defined during the installation
 | |
| - Get the XO installer script, make it executable, run it
 | |
| 
 | |
| ```
 | |
| wget https://gitlab.ataxya.net/Anthonycorreia/xo-installer/-/raw/main/install.sh
 | |
| chmod +x install.sh
 | |
| ./install.sh
 | |
| ```
 | |
| 
 | |
| ## Work on
 | |
| Tested on Debian 11
 | |
| 
 | |
| ## License
 | |
| 
 | |
| 
 | |
| ## Project status
 | |
| Project in development.
 |