Xen Orchestra on Ubuntu 15.10 - Complete installation instructions
-
And now you discover why we release appliance with an updater and validated updates
Lodash team made a release 6 hours ago, and it broke everything. We are working on a way to avoid that, or reported this to them.
This stuff is sadly not very uncommon.
-
@olivier said:
And now you discover why we release appliance with an updater and validated updates
Lodash team made a release 6 hours ago, and it broke everything. We are working on a way to avoid that, or reported this to them.
This stuff is sadly not very uncommon.
How dare they break it!
-
@DustinB3403 said:
What is there to understand about it?
Following a base install of the server OS, i built a user named "xoadmin" which the mount directory uses /home/xoadmin/xo-web/dist/ in the .xo-sample.yaml file
Well the part ot understand is that you manually made a user and it wasn't made by the installer like most software does. If you are making a how to, you have to include the steps or else things are missing.
-
@olivier What's the best way to know what Node and NPM version should be used?
-
Ok, here's the updated playbook. Just add your hostname in /etc/ansible/hosts and your username in the variables file, it will do the rest.
-
@anonymous Experience ^^ (if the build fails).
In general, when there is a new big release of Node, dependencies can't catch the breaking changes for a time. That's why Node 5 broke the build for a time.
You can use the LTS version of Node to be safe: https://nodejs.org/en/blog/release/v4.2.0/
-
Hopefully LTS means more for Node than it does for ubuntu.
-
@scottalanmiller hahaha
-
I lost track of if @anonymous is using CentOS or Ubuntu now..
Here is the guide for nodejs on CentOS 7
http://mangolassi.it/topic/5366/getting-nodejs-on-centos-7-with-nvm
-
@JaredBusch said:
I lost track of if @anonymous is using CentOS or Ubuntu now..
Here is the guide for nodejs on CentOS 7
http://mangolassi.it/topic/5366/getting-nodejs-on-centos-7-with-nvm
I updated that this morning to cover Ubuntu too. Tested and working there as well.
-
It should also work on MacOS and Windows ^^
-
-
Build should be back on track on
next-release
branch. -
@olivier said:
Build should be back on track on
next-release
branch.From the individual folders of xo-server and xo-web
git checkout next-release git fetch; git pull
-
If you want to stick on stable, a workaround would be
npm i [email protected]
-
At @olivier this is what I'm getting now, attempting this install.
-
Same here, even after installing GULP.
-
@scottalanmiller Are you running stable as well, or "next release" ?
-
@DustinB3403 said:
@scottalanmiller Are you running stable as well, or "next release" ?
I'm running from your how-to
-
That's because the install process went bad, due to lodash issue (we reported it here)
So before the
npm i
, do anpm i [email protected]
.