Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
-
@brandon said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
@olivier But I will be stuck on my home network when I try installing again from the script? Unless its something on this network causing problems...
From @danp post, it sounds like you might have things being blocked at the firewall - it's unlikely you are doing that kind of filtering at home, so You probably won't have these issues.
Though about 30 mins at home tonight in a virtual box setup and you would know.
-
Yeah at home you don't need xenserver running to test this.
If you have have xenserver at home great, download Ubuntu 16.10 Server and test from there. The installation script is really very quick.
-
Pricing include:
- the virtual appliance with everything in it (plus the appliance is secured and optimized)
- the web update to just click on "update" when we release (often). So no CLI
- our pro support for any XOA issue you could encounter (eg a big complicated network)
- all updates
-
Hi everyone just tested and the install went smooth no problems... test network is the problem being blocked... thank you for all the help
-
@olivier thank you will check it out
-
@brandon said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
Hi everyone just tested and the install went smooth no problems... test network is the problem being blocked... thank you for all the help
Glad you were able to get it resolved.
-
-
I have tried the installation script on xenserver7 and vmware workstation on three computers but i can't get the webui to work correctly. I have tried debian7, debian8, ubuntu 16.04 and 16.10.
I can login but it seems that something is wrong
Does anybody else have this problem? -
@hippo said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:
I have tried the installation script on xenserver7 and vmware workstation on three computers but i can't get the webui to work correctly. I have tried debian7, debian8, ubuntu 16.04 and 16.10.
I can login but it seems that something is wrong
Does anybody else have this problem?Are you trying to run the script directly inside the XenServer console? it's not meant for that - you need to build a Ubuntu VM, and then run the script inside there.
-
@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.