Difference between revisions of "Setup:Installation Guide/System Preparation/Linux/Node.js"

[quality revision][quality revision]
(translation EN)
(Tag: 2017 source edit)
 
(translation EN)
(Tag: 2017 source edit)

System requirements[edit | edit source]

The installation of Node.js under Windows can be done via Git. Alternatively, the installation package can be obtained directly from NodeJS.org When installing, make sure to install the Node Packet Manager NPM as well.

Under Debian / Ubuntu Nodejs and NPM can be installed as follows:

                apt install npm
npm -g install npm @ latest

            

Downloading Node.js for Windows[edit | edit source]

Download the current package of Node.js from the project website. Please use the 64bit version if possible.

Installing Node.js


icon for optional
Node.js is required for the operation of the rendering service "Parsoid" for the Visual Editor. The steps are optional and only required if you plan to use them in your BlueSpice installation.

Installation[edit | edit source]

Install Node.js with the defaults of the installer in the folder '\ bluespice \ bin \ nodejs' . Be sure to pay attention to our notes on the page Folder structure under Windows, which we apply in this complete installation manual.

Open a console with administrator privileges and change to the NodeJS installation directory (usually C: \ Program Files (x86) \ nodejs). Execute the following commands there:

                npm install --global --production windows-build-tools
npm -g install npm@latest

            

via Aptitude:

                apt update; \
apt install nodejs npm; \
apt clean

            

Next step[edit | edit source]

If you have completed all steps successfully, you can proceed to the next step " Parsoid".


Attachments

Discussions