Update xoa.md
This commit is contained in:
parent
07cedb8a22
commit
09f7a90491
18
xoa.md
18
xoa.md
@ -2,7 +2,19 @@
|
||||
|
||||
The fastest way to install Xen Orchestra is to use our Appliance. You can [download it from here](https://xen-orchestra.com/) (fill the form and click on "Try Now"). Basically, it's a Debian VM with all the stuff needed to run Xen Orchestra, no more, no less.
|
||||
|
||||
Once you've got it, you can import it with `xe vm-import filename=xoa_version_number.xva` or via XenCenter.
|
||||
## Specifications
|
||||
|
||||
By default, this VM is configured with:
|
||||
|
||||
* 2 vCPUs
|
||||
* 2GB or RAM
|
||||
* 8GB of disk
|
||||
|
||||
For usage on huge infrastructure (more than 500+ VMs), feel free to raise the RAM.
|
||||
|
||||
## Deployement
|
||||
|
||||
Once you've got the XVA file, you can import it with `xe vm-import filename=xoa_version_number.xva` or via XenCenter.
|
||||
|
||||
After the VM is imported, you just need to start it with a `xe vm-start vm=XOA` or with XenCenter.
|
||||
|
||||
@ -10,6 +22,10 @@ XOA is in **DHCP** by default, so if you need to configure the IP, you need to e
|
||||
|
||||
Xen Orchestra is now accessible in your browser on ` http://your-vm-ip` or in HTTPS on the same URL.
|
||||
|
||||
### Downloading with wget
|
||||
|
||||
If you want to download your XOA with `wget`, you need to provide your cookie generated on https://xen-orchestra.com. See [this documentation](http://askubuntu.com/questions/161778/how-do-i-use-wget-curl-to-download-from-a-site-i-am-logged-into) for further details.
|
||||
|
||||
## Default admin account
|
||||
|
||||
Default user is **admin@admin.net** with **admin** as a password.
|
||||
|
Loading…
Reference in New Issue
Block a user