💡 The installation procedure is described precisely for each release in its release note. |
💬 You can use this installation procedure from the version 0.4.2 |
- Copy all what is inside the directory
/UIPlugin
to the directory /usr/share/ovirt-engine/ui-plugins
on the ovirt-engine server.
- Change
https://0.0.0.0
with the address of the ovirt-engine server in the config file emdplugin.json
here : "config": {"allowedMessageOriginsJSON":{"allowedMessageOrigins": "https://0.0.0.0"}}
💡 It is recommended to enter the ip address of your machine and its domain name in case it is possible to use both: "config": {"allowedMessageOriginsJSON":{"allowedMessageOrigins": ["https://<IP_ADDRESS>", "https://<DOMAIN_NAME>"]}}
- Copy the file ovirt-plugin-emd.conf in the directory
/etc/httpd/conf.d
on the server and run $service httpd restart
.
- Copy the file
Servlet/engine-manage-domains/target/engineManageDomains.war
to the directory /usr/share/ovirt-engine-jboss-as/standalone/deployments
on the server.
- Go to
/usr/share/ovirt-engine-jboss-as/bin
and run $./standalone.sh
.