Releases: ovirt-china/iso-uploader-plugin
Releases · ovirt-china/iso-uploader-plugin
Upload Working
What's new ?
- Add the Java Servlet to upload the .iso files on the server.
Description
This is the first release containing the Java Servlet. However, only the upload of the .iso file on the server is supported (the .iso file is not uploaded in oVirt yet).
Installation
Deploying the UIPlugin
- Move all what is inside the directory
/UIPlugin
to the directory/usr/share/ovirt-engine/ui-plugins
on the ovirt-engine server. - In the file
isouploader-resources/tab.html
, replaceflow-init="{target: '//192.168.3.154:8080/isoUploaderPlugin/upload'
with the address of the servlet.
Deploying the Servlet
- Move the file
Servlet/iso-uploader-plugin/target/isoUploaderPlugin.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
.
Static Design
What's New ?
- Design of the UI
Description
This first release is only the static implementation of the UI.
Installation
- Copy all what is inside the directory
/UIPlugin
to the directory/usr/share/ovirt-engine/ui-plugins
on the ovirt-engine server.