Skip to content

Installation [Deprecated]

FLonpl6 edited this page Nov 20, 2014 · 2 revisions
⚠️ The installation process is now short enough to be detailed in the Release Note or in the Readme. Please refer to the Release Note of the version you want to use in order to install it.

You can use this installation procedure from the version 0.1 to 0.3

#Deploying the UIPlugin

  1. Copy all what is inside the directory /UIPlugin to the directory /usr/share/ovirt-engine/ui-plugins on the ovirt-engine server.
  2. Change https://0.0.0.0 with the address of the ovirt-engine server at the begining of the file plugin.js here : app.value('apiOptions',{'allowedMessageOrigins': 'https://0.0.0.0'});
  3. Change https://0.0.0.0 with the address of the Jboss servlet running the API at the beginning of the file ajax.js here : app.value('URL', 'https://0.0.0.0:8443/engineManageDomains');

###Resources

#Deploying the servlet As oVirt is working on Jboss, the servlet should be created to fullfill the need of a Jboss servlet.

  1. Go to UIPlugin-Engine-Manage-Domains/Servlet/engine-manage-domains
  2. Type mvn compile
  3. Type mvn package war:war
  4. Copy the .war file from the directory UIPlugin-Engine-Manage-Domains/Servlet/ServletUIPluginEMD/target to the directory /usr/share/ovirt-engine-jboss-as/standalone/deployments on the server.
  5. Go to /usr/share/ovirt-engine-jboss-as/bin and run ./standalone.sh.
  6. Copy the file ovirt-plugin-emd.conf in the directory /etc/httpd/conf.d on the server and run service httpd restart.

###Resources