meta données pour cette page
  •  

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
xcp-ng:installation_xo_serveurphysique [09/11/2025 18:40] mdlxcp-ng:installation_xo_serveurphysique [09/11/2025 18:50] (Version actuelle) mdl
Ligne 46: Ligne 46:
 In this config file, you can change default ports (80 and 443) for xo-server. If you are running the server as a non-root user, you will need to set the port to 1024 or higher. In this config file, you can change default ports (80 and 443) for xo-server. If you are running the server as a non-root user, you will need to set the port to 1024 or higher.
 ici nous le faisons tourner sur le 8080 ici nous le faisons tourner sur le 8080
 +
 +root@xoa:~# vi /etc/xo-server/config.toml
 +
 +[[http.listen]]
 +[...]
 +port = 8080
 +[...]
 +
 </code> </code>
  
Ligne 73: Ligne 81:
 root@xoa:~# mv /root/xen-orchestra/ /usr/bin/ root@xoa:~# mv /root/xen-orchestra/ /usr/bin/
 root@xoa:~# chown xen-orchestra:xen-orchestra /usr/bin/xen-orchestra/ -R root@xoa:~# chown xen-orchestra:xen-orchestra /usr/bin/xen-orchestra/ -R
-chown xen-orchestra:xen-orchestra  /var/lib/xo-server/ -R+root@xoa:~# chown xen-orchestra:xen-orchestra  /var/lib/xo-server/ -R
 </code> </code>
  
Ligne 176: Ligne 184:
   * forçage en NTP   * forçage en NTP
 <code bash> <code bash>
-timedatectl set-ntp true+root@xoa:~# timedatectl set-ntp true
 </code> </code>