zipurman / oVIRT_Simple_Backup

A REST API backup using PHP for oVirt 4.2.x
GNU General Public License v3.0
56 stars 32 forks source link

Minor Issues when installing #9

Closed txsastre closed 6 years ago

txsastre commented 6 years ago

the instruction

chown www-data:disk /dev/vdb

return "file o directory does not exist"

the instruction chmod 777 /dev/sr0 return "file o directory does not exist"

altough the file /webUI/server/site/index.php (that was reported in another issue) lacks this code at the beginning, if not the web is seen like the '90s :P

<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
zipurman commented 6 years ago

I removed the one chown and the chmod, both were attempts to avoid OS errors from some of the other commands. Those workarounds didnt work anyway and I just forgot to remove them.

As for your css comment, not sure what you mean?

txsastre commented 6 years ago

Ok thanks. the css problem was related here

https://github.com/zipurman/oVIRT_Simple_Backup/issues/5

zipurman commented 6 years ago

I think you have some old code somewhere as this shouldnt be an issue any longer.

txsastre commented 6 years ago

well I have deleted and uploaded the new php, html, css code. its an issue but still there seleccio_039

zipurman commented 6 years ago

Found the issue ... my bad ... I didnt have the auto-minified versions of the css/js added to git. Fixed and updated. Please download the style.min.css and the script.min.js and place them in their directories and this issue should then be resolved.

txsastre commented 6 years ago

ok, deleted everything, uploaded again. now the webUI is seen as expected :)