Difference between revisions of "Setup:Installation Manual/Services and system configuration/Node.js"

[unchecked revision][unchecked revision]

System requirements[edit | edit source]

Die Installation von The installation of Node.js unter Windows kann über Git erfolgen. Alternativ kann das Installationspaket für direkt von der NodeJS bezogen werden.
Bei der Installation ist darauf zu achten, auch den Node Packet Manager NPM zu installieren. Unter Debian/Ubuntu lässt sich Nodejs und NPM wie folgt installiertenunder Windows can be done via Git. Alternatively, the installation package can be obtained directly from NodeJS.
During the installation you have to 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

Download von Node.js für for Windows[edit | edit source]

Downloaden Sie das aktuelle Paket von Download the current package of Node.js von der Projektwebseite. Bitte nutzen Sie nach Möglichkeit die 64bit-Versionfrom the Project website. Please use the 64bit version if possible.

Installation von of Node.js[edit | edit source]

Installieren Sie Install Node.js mit den Standardvorgaben des Installers in den Ordner into the \bluespice\bin\nodejs. Achten Sie bei dieser Ordnerauswahl unbedingt auf unsere Hinweise auf der Seite Ordnerstruktur unter Windows, die wir in diesem kompletten Installationshandbuch so anwenden. Öffnen Sie eine Konsole mit Administratorberechtigungen und wechseln Sie dort in das Installationsverzeichnis von NodeJS (im Regelfall folder using the default settings of the installer. When selecting this folder, be sure to pay attention to our instructions on the Folder Structure under Windows page, which we apply in this complete installation manual.

Open a console with administrator rights and change to the installation directory of NodeJS (usually C:\Program Files (x86)\nodejs). Führen Sie dort die folgenden Befehle ausExecute the following commands there:

npm install --global --production windows-build-tools
npm -g install npm@latest
{{DISPLAYTITLE:Installation of Node.js}}
        
        __TOC__
        
        
        
        ==System requirements==
        
        
        Die Installation vonThe installation of Node.js unterunder Windows kann über [[Setup:Installationsanleitung/Dienste/Git|Git]] erfolgen. Alternativ kann das Installationspaket für direkt von der can be done via [[Setup:Installation Manual/Services/Git|Git]]. Alternatively, the installation package can be obtained directly from [https://nodejs.org NodeJS] bezogen werden.<br>
            
            Bei der Installation ist darauf zu achten, auch den During the installation you have to make sure to install the Node Packet Manager NPM zu installieren.
            
            
            
            Unter Debian/Ubuntu lässt sich Nodejs und NPM wie folgt installiertenas well.
            
            
            
            Under Debian/Ubuntu Nodejs and NPM can be installed as follows:
        
         apt install npm
        
         npm -g install npm@latest
        
        
        
        ==Download von Node.js fürfor Windows==
        
        
        Downloaden Sie das aktuelle Paket von Node.js von derDownload the current package of Node.js from the [https://nodejs.org/en/download/ Projektwebseite]. Bitte nutzen Sie nach Möglichkeit die 64bit-Version.
            
            
            
            ==Installation von Node.js==
            
            Installieren Sie Node.js mit den Standardvorgaben des Installers in den Ordner '''\bluespice\bin\nodejs'''. Achten Sie bei dieser Ordnerauswahl unbedingt auf unsere Hinweise auf der Seite [[Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows|Ordnerstruktur unter Windows]], die wir in diesem kompletten Installationshandbuch so anwenden.
            
            
            
            Öffnen Sie eine Konsole mit Administratorberechtigungen und wechseln Sie dort in das Installationsverzeichnis von NodeJS (im Regelfall Project website]. Please use the 64bit version if possible.
            
            
            
            ==Installation of Node.js==
            
            Install Node.js into the ''\bluespice\bin\nodejs'' folder using the default settings of the installer. When selecting this folder, be sure to pay attention to our instructions on the Folder Structure under Windows page, which we apply in this complete installation manual.
            
            
            
            Open a console with administrator rights and change to the installation directory of NodeJS (usually C:\Program Files (x86)\nodejs). Führen Sie dort die folgenden Befehle ausExecute the following commands there:
        
         npm install --global --production windows-build-tools
        
         npm -g install npm@latest
Line 3: Line 3:
  
 
==System requirements==
 
==System requirements==
Die Installation von Node.js unter Windows kann über [[Setup:Installationsanleitung/Dienste/Git|Git]] erfolgen. Alternativ kann das Installationspaket für direkt von der [https://nodejs.org NodeJS] bezogen werden.<br>
+
The installation of Node.js under Windows can be done via [[Setup:Installation Manual/Services/Git|Git]]. Alternatively, the installation package can be obtained directly from [https://nodejs.org NodeJS].<br>During the installation you have to make sure to install the Node Packet Manager NPM as well.
Bei der Installation ist darauf zu achten, auch den Node Packet Manager NPM zu installieren.
 
  
Unter Debian/Ubuntu lässt sich Nodejs und NPM wie folgt installierten:
+
Under Debian/Ubuntu Nodejs and NPM can be installed as follows:
 
  apt install npm
 
  apt install npm
 
  npm -g install npm@latest
 
  npm -g install npm@latest
  
==Download von Node.js für Windows==
+
==Download Node.js for Windows==
Downloaden Sie das aktuelle Paket von Node.js von der [https://nodejs.org/en/download/ Projektwebseite]. Bitte nutzen Sie nach Möglichkeit die 64bit-Version.
+
Download the current package of Node.js from the [https://nodejs.org/en/download/ Project website]. Please use the 64bit version if possible.
  
==Installation von Node.js==
+
==Installation of Node.js==
Installieren Sie Node.js mit den Standardvorgaben des Installers in den Ordner '''\bluespice\bin\nodejs'''. Achten Sie bei dieser Ordnerauswahl unbedingt auf unsere Hinweise auf der Seite [[Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows|Ordnerstruktur unter Windows]], die wir in diesem kompletten Installationshandbuch so anwenden.
+
Install Node.js into the ''\bluespice\bin\nodejs'' folder using the default settings of the installer. When selecting this folder, be sure to pay attention to our instructions on the Folder Structure under Windows page, which we apply in this complete installation manual.
  
Öffnen Sie eine Konsole mit Administratorberechtigungen und wechseln Sie dort in das Installationsverzeichnis von NodeJS (im Regelfall C:\Program Files (x86)\nodejs).
+
Open a console with administrator rights and change to the installation directory of NodeJS (usually C:\Program Files (x86)\nodejs). Execute the following commands there:
Führen Sie dort die folgenden Befehle aus:
 
 
  npm install --global --production windows-build-tools
 
  npm install --global --production windows-build-tools
 
  npm -g install npm@latest
 
  npm -g install npm@latest

Attachments

Discussions