Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
-
@hippo See this issue for a discussion and the interim solution.
-
@Dashrender
No i ran the script inside the vm's -
In case someone has the same problem as me, here is a solution.
In xo-web/node_modules/bootstrap/package.json line 46
change from "_spec": "bootstrap@^4.0.0-alpha.5",
to "_spec": "[email protected]",In /xo-web/node_modules/bootstrap/scss/_nav.scss
delete line 7: "display: flex;"then do npm install and npm run build
-
Hi... I'm try to install XO on Ubuntu server 16.10. When I try to connect to the server I can see the login page, but after inserting the default credentials all freeze on a blank page with the wait circle in the middle...
During installation I get 2 ERR:
node-pre-gyp ERR! Tried to download(404): ... bcrypt_lib-v1.0.2-node-v51-linux-ia32.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v51 ABI) (falling back to source compile with node-gyp)And at the end of script execution a couple of warning messages:
(node:14373) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Node does not exist: ../xo-app/home/index.css
...[20:18:46] The following tasks did not complete: build, buildScripts
[20:18:46] Did you forget to signal async completion?
root@localhost:/opt/xo-web#Any idea?
-
@Fulvio Did you use this installation process?
-
@Fulvio warning's can be ignored, it's the ERRORs that need to be looked at.
-
@Fulvio Here is the updated process (new post and all).
https://mangolassi.it/topic/12809/xen-orchestra-community-edition-installing-with-yarn
-
@DustinB3403 no... this one: curl https://raw.githubusercontent.com/scottalanmiller/xenorchestra_installer/master/xo_install.sh | bash
-
@Fulvio Follow the newest process here.
@DustinB3403 said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
@Fulvio Here is the updated process (new post and all).
https://mangolassi.it/topic/12809/xen-orchestra-community-edition-installing-with-yarn
-
@DustinB3403 thank you for the help... will check it out
-
@Fulvio said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
@DustinB3403 thank you for the help... will check it out
You're welcome.
-
@DustinB3403 well... running the new script I install XO on Ubuntu 10.16 server and everything seems to work fine. Now I try with the the xo-server-transport-email plug-in.
Inside xo blog I found this: https://xen-orchestra.com/forum/topic/104/xo-server-transport-email-xo-server-backup-reports/2It's the right way to add the plug-in?
-
@Fulvio said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
@DustinB3403 well... running the new script I install XO on Ubuntu 10.16 server and everything seems to work fine. Now I try with the the xo-server-transport-email plug-in.
Inside xo blog I found this: https://xen-orchestra.com/forum/topic/104/xo-server-transport-email-xo-server-backup-reports/2It's the right way to add the plug-in?
Yes. Please let us know how it goes.
-
Well... plug-in downloaded source, compiled, installed and activated.
In "Setting/Plugins" I can see now the "backup-reports" and "transport-email" plugins.
I made some simple test with "Backup Jobs" and all seems ok.Thanks guys.