This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
uls:install [2022-10-04 18:41] uls [Download & Installation] |
uls:install [2024-03-16 10:26] (current) uls [ULS Basic Configuration] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Download & Installation ===== | ===== Download & Installation ===== | ||
| - | Download the {{:uls:uls-server-1.9.6-3.tgz|}} and | + | Download the {{:uls:uls-server-1.9.6-4.tgz|}} and |
| follow the installation instruction for different operating systems. | follow the installation instruction for different operating systems. | ||
| - | |||
| - | ----- | ||
| - | |||
| - | ==== Download ==== | ||
| - | |||
| - | The ULS-server is packed as {{:uls:uls-server-1.9.6-2.tgz|}} | ||
| ----- | ----- | ||
| Line 17: | Line 11: | ||
| ----- | ----- | ||
| - | === Debian 10 or Debian 11 === | + | === Debian 10 to Debian 12 === |
| Install the operating system and chose the software: SSH-server, Standard-system tools | Install the operating system and chose the software: SSH-server, Standard-system tools | ||
| Line 24: | Line 18: | ||
| <code bash> | <code bash> | ||
| - | # apt-get install mariadb-server libmariadb-dev | + | # apt-get install mariadb-server libmariadb-dev dh-make |
| </code> | </code> | ||
| Line 32: | Line 26: | ||
| <code bash> | <code bash> | ||
| - | # apt-get install build-essential libssl-dev | + | # apt-get install build-essential libssl-dev |
| </code> | </code> | ||
| Line 51: | Line 45: | ||
| # apt-get install libpng12-0 # may be required on Raspbian | # apt-get install libpng12-0 # may be required on Raspbian | ||
| # dpkg -i wkhtmltox_<version>.deb | # dpkg -i wkhtmltox_<version>.deb | ||
| + | </code> | ||
| + | |||
| + | Install mailutils for sending mails: | ||
| + | |||
| + | <code bash> | ||
| + | # apt-get install mailutils | ||
| </code> | </code> | ||
| Line 65: | Line 65: | ||
| </code> | </code> | ||
| - | Install u2webtools from {{ :unix2web:u2webtools-mariadb_9.7-7debian10_amd64.deb |}} or {{ :unix2web:u2webtools-mariadb_9.7-7debian11_amd64.deb |}} | + | Install u2webtools from {{ :unix2web:u2webtools-mariadb_9.7-7debian10_amd64.deb |}}, {{ :unix2web:u2webtools-mariadb_9.7-7debian11_amd64.deb |}} or {{ :unix2web:u2webtools-mariadb_9.9-4debian12_amd64.deb |}} |
| Line 156: | Line 156: | ||
| Install the ULS-client for Linux | Install the ULS-client for Linux | ||
| - | Download file {{ :uls:agents:uls-client_3.14-5debian10_amd64.deb |}} or {{ :uls:agents:uls-client_3.14-5debian11_amd64.deb |}} and | + | Download file {{ :uls:agents:uls-client_3.14-5debian10_amd64.deb |}}, {{ :uls:agents:uls-client_3.14-5debian11_amd64.deb |}} or {{ :uls:agents:uls-client_3.15-8debian12_amd64.deb |}} and |
| install the package using the GDebi installation program. | install the package using the GDebi installation program. | ||