Warning: file_put_contents(): Only 0 of 21910 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 113

Warning: file_put_contents(): Only 0 of 21913 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 113

Warning: file_put_contents(): Only 0 of 64 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 68

Warning: file_put_contents(): Only 0 of 108 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 173

Warning: file_put_contents(): Only 0 of 6587 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/UnifiedTextDiffEngine.class.php on line 24

Warning: file_put_contents(): Only 0 of 6581 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/UnifiedTextDiffEngine.class.php on line 26

Warning: file_put_contents(): Only 0 of 64 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/UnifiedTextDiffEngine.class.php on line 67

Warning: file_put_contents(): Only 0 of 108 bytes written, possibly out of free disk space in /var/www/bluespice/w/extensions/BlueSpiceVisualDiff/includes/HTMLDiffEngine.class.php on line 173
Covcheck: Unterschied zwischen den Versionen – Maxcrc MediaWiki

Covcheck: Unterschied zwischen den Versionen

(Installation Files)
(Markierung: 2017-Quelltext-Bearbeitung)
(correction of folder-name)
Zeile 15: Zeile 15:
 
*Ubuntu 22.04 with Internet access
 
*Ubuntu 22.04 with Internet access
 
*User with '''sudo''' permissions and availability of a user with ID 1000 ('''cat /etc/passwd | grep 1000'''), which is by default
 
*User with '''sudo''' permissions and availability of a user with ID 1000 ('''cat /etc/passwd | grep 1000'''), which is by default
* Archive '''covcheck-installer.tar.gz''' with the files listed in [[#Installation Files|Installation Files]].  The name '''covcheck-installer.tar.gz''' can include a version, e.g. '''covcheck-installer-v0.1.tar.gz'''
+
*Archive '''covcheck-installer.tar.gz''' with the files listed in [[#Installation Files|Installation Files]].  The name '''covcheck-installer.tar.gz''' can include a version, e.g. '''covcheck-installer-v0.1.tar.gz'''
  
 
===Installation Steps===
 
===Installation Steps===
  
* Connect with '''ssh''' to the Ubuntu server
+
*Connect with '''ssh''' to the Ubuntu server
  
* Copy '''covcheck-installer.tar.gz''' to the local directory
+
*Copy '''covcheck-installer.tar.gz''' to the local directory
 +
 
 +
*Execute the following command:
  
* Execute the following command:
 
 
<br />
 
<br />
 
<syntaxhighlight>
 
<syntaxhighlight>
tar xvf covcheck-installer.tar.gz && cd ./covid-installer
+
tar xvf covcheck-installer.tar.gz && cd ./covcheck-installer
 
</syntaxhighlight>
 
</syntaxhighlight>
 
<br />
 
<br />
  
 
*Modify file '''.env''' and specify the database password ('''POSTGRES_PASSWORD''') and, if necessary, host name ('''ODOO_HOST_NAME''') and timezone ('''TZ'''):
 
*Modify file '''.env''' and specify the database password ('''POSTGRES_PASSWORD''') and, if necessary, host name ('''ODOO_HOST_NAME''') and timezone ('''TZ'''):
 +
 
<br />
 
<br />
 
<syntaxhighlight>POSTGRES_PASSWORD=gR7K6GT8MvQHpvLs
 
<syntaxhighlight>POSTGRES_PASSWORD=gR7K6GT8MvQHpvLs
Zeile 57: Zeile 59:
  
 
*Run the installer script:
 
*Run the installer script:
 +
 
<br />
 
<br />
 
<syntaxhighlight>script=install-covcheck.sh && chmod +x $script && ./$script -i</syntaxhighlight>
 
<syntaxhighlight>script=install-covcheck.sh && chmod +x $script && ./$script -i</syntaxhighlight>
Zeile 62: Zeile 65:
  
 
*The installation is finished successfully if you see this line in the shell:
 
*The installation is finished successfully if you see this line in the shell:
 +
 
<br />
 
<br />
 
<syntaxhighlight>### Installation finished successfully</syntaxhighlight>
 
<syntaxhighlight>### Installation finished successfully</syntaxhighlight>
Zeile 87: Zeile 91:
 
;covid-installer.tar.gz :archive of other files from this list
 
;covid-installer.tar.gz :archive of other files from this list
 
;docker-compose.yml :docker compose file
 
;docker-compose.yml :docker compose file
;git-submodule-status: information about git submodules that comprise the Covcheck application server
+
;git-submodule-status:information about git submodules that comprise the Covcheck application server
 
;install-covid.sh :primary installation script
 
;install-covid.sh :primary installation script
 
;nginx-vhost :template vhost file for nginx
 
;nginx-vhost :template vhost file for nginx
Zeile 124: Zeile 128:
  
 
Fill-in the following fields and then click '''Change Password''':
 
Fill-in the following fields and then click '''Change Password''':
 +
 
*Old Password
 
*Old Password
 
*New Password
 
*New Password
 
*Confirm New Password
 
*Confirm New Password
 +
 
<br />
 
<br />
  
Zeile 167: Zeile 173:
 
In the combo box under the title '''Dispatcher''' select '''Covcheck''', modify the following properties if needed and click '''Save''':
 
In the combo box under the title '''Dispatcher''' select '''Covcheck''', modify the following properties if needed and click '''Save''':
  
; URL : Base URL of Covcheck's API
+
;URL :Base URL of Covcheck's API
; Ruleset : Ruleset for validating COVID certificates and tests
+
;Ruleset :Ruleset for validating COVID certificates and tests
; COVID Test timeout, ms : When a COVID test is required, specifies the timeout of waiting for it
+
;COVID Test timeout, ms :When a COVID test is required, specifies the timeout of waiting for it
  
  
Zeile 198: Zeile 204:
 
In the combo box under the title '''Display''' select '''Display Gate Covcheck''', modify the following properties if needed and click '''Save''':
 
In the combo box under the title '''Display''' select '''Display Gate Covcheck''', modify the following properties if needed and click '''Save''':
  
; Gate side : Side of the display, '''Entry''' or '''Exit'''
+
;Gate side :Side of the display, '''Entry''' or '''Exit'''
  
; Name : User-friendly name
+
;Name :User-friendly name
  
 
<br />
 
<br />

Anhänge

Diskussionen