Xen Orchestra - Updating
-
I'm just gonna start with a clean install. NVM doesn't want to remove the files without being a pain in the arse.
-
@scottalanmiller the Node version was 5.2.0 which was installed directly from the default repo.
Going to perform a depreciated install for Node v 4.x
-
By default I would expect Node to install the latest. For XO, though, you have to manually ensure that you are on the Node 4 family.
-
Ya I'm on node 5 also. I didn't change anything. I did it as a test to see if it would work, and I haven't had an issue yet but I wouldn't put it in production.
-
Built a new VM, and installed node version 4.2.3. NPM is running version 2.14.7
-
Well something is definitely off.... No such file ENOENT
-
And in /usr/local/lib I don't have "node_modules"
-
Have you run
npm install
before this? -
Yup.
-
I'm starting the build over as it seems to have something funky with it..
Clean Ubuntu 15.10 server and will go from here.
-
@DustinB3403 said:
I'm starting the build over as it seems to have something funky with it..
Clean Ubuntu 15.10 server and will go from here.
What server were you running it on to start with?
-
The same, and then I rebuilt it, but I used the Xen Server Debian template by mistake...
So anyways....
Ignoring that
-
I'm building a clean guide on how to install from the sources with Ubuntu 15.10. I'll update the OP when it's functional.
It's all CLI.
-
-
@DustinB3403 said:
And in /usr/local/lib I don't have "node_modules"
Ya I made reference to that in the other thread. I copied the node_modules folder to /use/local/lib and it worked. Not sure what's going on since the old install didn't put that folder there but it works for now.
-
@johnhooks Yeah it's no longer an issue.
I recompiled from scratch on a new VM and have the whole process documented in the link just there.
Seems to work.