Covcheck: Unterschied zwischen den Versionen
(Markierung: 2017-Quelltext-Bearbeitung) |
(Markierung: 2017-Quelltext-Bearbeitung) |
(Markierung: 2017-Quelltext-Bearbeitung) |
(Markierung: 2017-Quelltext-Bearbeitung) |
| 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 ''' | + | * 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=== | ||
| Zeile 21: | Zeile 21: | ||
* Connect with '''ssh''' to the Ubuntu server | * Connect with '''ssh''' to the Ubuntu server | ||
| − | * Copy ''' | + | * Copy '''covcheck-installer.tar.gz''' to the local directory |
* Execute the following command: | * Execute the following command: | ||
<br /> | <br /> | ||
<syntaxhighlight> | <syntaxhighlight> | ||
| − | tar xvf | + | tar xvf covcheck-installer.tar.gz && cd ./covid-installer |
</syntaxhighlight> | </syntaxhighlight> | ||
<br /> | <br /> | ||