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".

==System requirements==
            
            The installation of Node.js under Windows can be done via [[Setup:Installation Guide/Services/Git | Git]]. Alternatively, the installation package can be obtained directly from [https://nodejs.org 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==
            
            Download the current package of Node.js from the [https://nodejs.org/en/download/ project website]. Please use the 64bit version if possible.
            
            
            
            == Installing Node.js ==
            
            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 [[Setup: Installation Guide / Compendium / Folder_structure_under_Windows | 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
            
            
            
            
        __TOC__
            
            
            
            
            
            
            
            {{Template:Optional|text=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 ==
            
            Install Node.js via Aptitude:
            
            
            
            
            <pre>apt update; \
            
            apt install nodejs npm; \
            
            apt clean
            
            
            </pre>
            
            
            
            ==Next step==
            
            If you have completed all steps successfully, you can proceed to the next step "[[Setup: Installation Guide/System Preparation/Linux/Parsoid | Parsoid]]".
            
            
            
            
        [[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Node.js]]
Line 1: Line 1:
==System requirements==
+
__TOC__
The installation of Node.js under Windows can be done via [[Setup:Installation Guide/Services/Git | Git]]. Alternatively, the installation package can be obtained directly from [https://nodejs.org 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==
 
Download the current package of Node.js from the [https://nodejs.org/en/download/ project website]. Please use the 64bit version if possible.
 
  
== Installing Node.js ==
+
{{Template:Optional|text=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.}}
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 [[Setup: Installation Guide / Compendium / Folder_structure_under_Windows | Folder structure under Windows]], which we apply in this complete installation manual.
+
== Installation ==
 +
Install Node.js via Aptitude:
  
Open a console with administrator privileges and change to the NodeJS installation directory (usually C: \ Program Files (x86) \ nodejs).
+
<pre>apt update; \
Execute the following commands there:
+
apt install nodejs npm; \
 +
apt clean
 +
</pre>
  
npm install --global --production windows-build-tools
+
==Next step==
npm -g install npm@latest
+
If you have completed all steps successfully, you can proceed to the next step "[[Setup: Installation Guide/System Preparation/Linux/Parsoid | Parsoid]]".
  
 
[[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Node.js]]
 
[[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Node.js]]

Attachments

Discussions