User Tools

Site Tools


cobi.time:installation_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cobi.time:installation_guide [2021/11/04 12:27] alopezcobi.time:installation_guide [2024/05/02 10:56] (current) – [NODE.js Installation] thuth
Line 3: Line 3:
 ===== Requirements ===== ===== Requirements =====
  
-  * [[https://nodejs.org/en/download/|NODE.js LTS]]+  * Node.js Version 16
   * Microsoft IIS (WebServer)   * Microsoft IIS (WebServer)
   * [[https://www.iis.net/downloads/microsoft/url-rewrite|Module for Microsoft IIS (URL Rewrite)]]   * [[https://www.iis.net/downloads/microsoft/url-rewrite|Module for Microsoft IIS (URL Rewrite)]]
Line 15: Line 15:
 Download the NODE.js LTS Version (See link in Requirements) and install it. Do not alter any values in the installation process. Just install it in the default way. Download the NODE.js LTS Version (See link in Requirements) and install it. Do not alter any values in the installation process. Just install it in the default way.
  
 +----
 ==== IIS Installation ==== ==== IIS Installation ====
  
Line 105: Line 106:
  
 <code> <code>
-npm i -g qckwinsvc+npm i -g qckwinsvc2
 </code> </code>
  
 After that use that new package to install a COBI.time Microsoft Service.  Make sure all values in the command are correct: After that use that new package to install a COBI.time Microsoft Service.  Make sure all values in the command are correct:
- 
-If you get an Powershell Execution Policy Warning execute this Command beforehand: 
  
 <code> <code>
-Set-ExecutionPolicy RemoteSigned+qckwinsvc2 install name="COBI-time" description="COBI.time Backend Server" path="C:\Program Files (x86)\COBI.time\server\server.js" args="-a -c" now
 </code> </code>
 +
 +If you install COBI.time to a different folder change the command accordingly.
 +
 +If you get an Powershell Execution Policy Error execute this Command beforehand:
  
 <code> <code>
-qckwinsvc --name "COBI-time" --description "COBI.time Backend Server" --script "C:\Program Files (x86)\COBI.time\server\server.js" -–startImmediately+Set-ExecutionPolicy RemoteSigned
 </code> </code>
- 
-If you install COBI.time to a different folder change the command accordingly. 
  
 \\\ \\\
Line 171: Line 172:
  
 \\\ \\\
 +
 +Important: SNI (Server Name Indication) must be ticked!
  
 After this Step the COBI.time Website should be up and running under: ''https://serverNameHere'' or ''https://localIpAddressHere''. After this Step the COBI.time Website should be up and running under: ''https://serverNameHere'' or ''https://localIpAddressHere''.
cobi.time/installation_guide.1636025252.txt.gz · Last modified: 2021/11/04 12:27 by alopez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki