Difference between revisions of "Setup:Installation Guide/System Preparation/Windows/Parsoid/ parsoid.service"

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

This is the content for the file "parsoid.service". You can find detailed information on the Parsoid documentation page:

var Service = require('node-windows').Service;

// Create a new service object
var svc = new Service({
  name:'Parsoid Web Service',
  description: 'Parsoid Web Service for MediaWiki',
  script: 'C:\\bluespice\\bin\\npm\\node_modules\\parsoid\\bin\\server.js'
});

// Listen for the "install" event, which indicates the
// process is available as a service.
svc.on('install',function(){
  svc.start();
});

svc.install();
{{DISPLAYTITLE:Parsoid-Service Installation File "parsoid.service"}}
        
        This is the content for the file "parsoid.service". You can find detailed information on the [[Setup:Installationsanleitung/SystemvorbereitungInstallation Guide/System Preparation/Windows/Parsoid|Parsoid documentation]] page:
        
        
        
        
        <pre>var Service = require('node-windows').Service;
        
        
        
        // Create a new service object
        
        var svc = new Service({
        
          name:'Parsoid Web Service',
        
          description: 'Parsoid Web Service for MediaWiki',
        
          script: 'C:\\bluespice\\bin\\npm\\node_modules\\parsoid\\bin\\server.js'
        
        });
        
        
        
        // Listen for the "install" event, which indicates the
        
        // process is available as a service.
        
        svc.on('install',function(){
        
          svc.start();
        
        });
        
        
        
        svc.install();</pre>
        
        
        
        [[en:{{PAGENAME}}]][[de:Setup:Installationsanleitung/Systemvorbereitung/Windows/Parsoid/parsoid.service]]
Line 1: Line 1:
 
{{DISPLAYTITLE:Parsoid-Service Installation File "parsoid.service"}}
 
{{DISPLAYTITLE:Parsoid-Service Installation File "parsoid.service"}}
This is the content for the file "parsoid.service". You can find detailed information on the [[Setup:Installationsanleitung/Systemvorbereitung/Windows/Parsoid|Parsoid documentation]] page:
+
This is the content for the file "parsoid.service". You can find detailed information on the [[Setup:Installation Guide/System Preparation/Windows/Parsoid|Parsoid documentation]] page:
  
 
<pre>var Service = require('node-windows').Service;
 
<pre>var Service = require('node-windows').Service;

Attachments

Discussions