nodesource / distributions

NodeSource Node.js Binary Distributions
https://nodesource.com
MIT License
13.5k stars 3.07k forks source link

Cannot install on XCP-ng Server (Centos8 base) #1061

Closed lambepa closed 2 years ago

lambepa commented 4 years ago

Hello, I am trying to deploy XenOrchestra manually and I cannot install NodeJS12 as it is needed; Server: XCP-ng release 8.1.0 (xenenterprise) Using the script I get an error: [19:59 synnefoxcpng XenOrchestraInstallerUpdater]# curl -sL https://rpm.nodesource.com/setup_12.x | bash -

Installing the NodeSource Node.js 12.x repo...

Inspecting system...

You don't appear to be running a supported version of Enterprise Linux. Please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your architecture to be considered for support. Include your 'distribution package' name: xcp-ng-release-8.1.0-6.x86_64.

GogoFC commented 4 years ago

OK I know this is late, but I assumed the same thing that XOA should be compiled on host or dom0 machine while instead you should fire up a new VM it can be Debian or CentOS and then install the script or manually install nvm node yarn and compile XOA :)

JesusPaz commented 2 years ago

Unfortunately, we do not plan to support XCP-ng at this time, but it has been added to our list of requested distributions #1327.

When your distribution is not supported you can install the packages manually by following our README.

You can also help us to support this distribution, here are some examples of pull request #1231 #1195. If you have any problems let us know.