add update content for v5

This commit is contained in:
Olivier Lambert 2016-08-02 10:19:16 +02:00
parent a6af324c8d
commit ef19892ae9
9 changed files with 19 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
docs/assets/xo5register.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -16,39 +16,41 @@ The updater is configurable directly in the web interface, or via the CLI.
### From the web interface
By default for a new XOA, you'll have this icon in the top right:
The updater is available in the "Update" menu:
![](./assets/updater_notreg.png)
![](./assets/xo5updatemenu.png)
It means your appliance is not registered. Click on this icon and follow the next step.
You can see the yellow bell icon: it means your appliance is not registered. You **must register in order to have updates and trial**.
![](./assets/xo5updatetooltip.png)
#### Register
Updates and trial will be available as soon as you registered your appliance. To register, use your https://xen-orchestra.com credentials you gave to download it previously (your email and your password):
![](./assets/updater_reg.png)
![](./assets/xo5register.png)
#### Check for new versions
The updater will check for new versions periodically. Nevertheless, if you want to start a manual check, you can do it by clicking on the "Check for updates" icon.
The updater will check for new versions periodically. A green tick in the menu means your version is up to date:
![](./assets/xo5updatetooltipok.png)
However, if you want to start a manual check, you can do it by clicking on the "Update" button:
![](./assets/xo5updatebutton.png)
#### Upgrade
If a new version is found, you'll have an upgrade button displayed:
If a new version is found, you'll have an upgrade button and its tooltip displayed:
![](./assets/regupdate.png)
**In case where the updater is updated itself, you should have to refresh manually the status panel!**
This could be done by clicking on the refresh white icon:
![](./assets/refreshupdater.png)
![](./assets/xo5updatetooltipneedupdate.png)
#### Proxy configuration
If you are behind a proxy, you can edit your proxy settings in this panel:
![](./assets/regproxy.png)
![](./assets/xo5proxysettings.png)
### From the CLI

View File

@ -23,6 +23,8 @@ Once you've got the XVA file, you can import it with `xe vm-import filename=xoa_
After the VM is imported, you just need to start it with a `xe vm-start vm=XOA` or with XenCenter.
### Network configuration
XOA is in **DHCP** by default, so if you need to configure the IP, you need to edit `/etc/network/interfaces` as explained in the [Debian documentation](https://wiki.debian.org/NetworkConfiguration#Configuring_the_interface_manually). You can access the VM console through XenCenter or using VNC through a SSH tunnel.
Xen Orchestra is now accessible in your browser on ` http://your-vm-ip` or in HTTPS on the same URL.
@ -66,4 +68,4 @@ xo-server.service - XO Server
Aug 14 10:59:46 xoa systemd[1]: Starting XO Server...
Aug 14 10:59:46 xoa systemd[1]: Started XO Server.
Aug 14 10:59:48 xoa xo-server[394]: WebServer listening on http://0.0.0.0:80
```
```