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

[quality revision][quality revision]
(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
            
            
            
            [[en:{{PAGENAME}}]]{{DISPLAYTITLE:Node.js on Linux}}
            
            __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:{{FULLPAGENAME}}]]
            
            
        [[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Node.js]]
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==System requirements==
+
{{DISPLAYTITLE:Node.js on Linux}}
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]
+
__TOC__
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==
+
{{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.}}
Download the current package of Node.js from the [https://nodejs.org/en/download/ project website]. Please use the 64bit version if possible.
+
==Installation==
 +
Install Node.js via Aptitude:
  
== Installing Node.js ==
+
<pre>apt update; \
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.
+
apt install nodejs npm; \
 +
apt clean
 +
</pre>
  
Open a console with administrator privileges and change to the NodeJS installation directory (usually C: \ Program Files (x86) \ nodejs).
+
==Next step==
Execute the following commands there:
+
If you have completed all steps successfully, you can proceed to the next step "[[Setup: Installation Guide/System Preparation/Linux/Parsoid | Parsoid]]".
  
npm install --global --production windows-build-tools
+
[[en:{{FULLPAGENAME}}]]
npm -g install npm@latest
+
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Node.js]]
 
 
[[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Node.js]]
 

Attachments

Discussions