Re: [Tiki-users] Don't upgrade to Ubuntu 22.04 yet
Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Wed, 02 Nov 2022 20:32:36 +0100
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hi there! Am Dienstag, dem 01.11.2022 um 15:53 +0100 schrieb Xavier de Pedro: > Thanks volker: > > I recently added a new tab with info for Ubuntu 22.04 and Tiki 24 LTS > (and removed the one about Ubuntu 16.04) > > https://doc.tiki.org/Ubuntu+Install > > Feel free to improve/tweak as needed so that others can benefit from us > sharing our experience and notes. This is from the Ubuntu Install wiki page: ----- Install Lamp You can install Linux, Apache, Mysql and PHP (plus a few other helper utils such as git or subversion, etc) with: sudo apt install mariadb-server mariadb-client apache2 curl composer php php-tidy php-pear memcached php-gd php-xmlrpc phpmyadmin php-mbstring libapache2-mod-php php-mysql php-apcu php-curl php-intl php-sqlite3 php-zip postfix git subversion php-memcache php7.4-gettext php-pspell php-zip poppler-utils php-memcached bsdmainutils pstotext catdoc elinks man-db odt2txt php-pear pstotext php-common php-intl php-bcmath php7.4-opcache php7.4-xml php7.4-zip php7.4-ldap php7.4-bz2 ----- A LAMP server should be installed like this: sudo apt install lamp-server^ You have added packages in your long apt command above, which aren't included in the lamp-server^ task (git etc.). They should be separated into a new command. I'm not completely sure which belong to the LAMP server and which are extras. (But I could figure it out.) And you are mixing "php" and "php7.4" packages. The php7.4 packages aren't included in Ubuntu 22.04. The PPA must be installed first. How did you get this long "sudo apt install" command? Can it be removed in favor of "sudo apt install lamp-server^", some extra packages (git etc.) and the PHP7.4 PPA? If so, I will rewrite the page that way. And what about the subversion package? I thought, Tiki is going the git-only way (what's reasonable in my eyes). Cheers, Volker _______________________________________________ TikiWiki-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6QXGh82Ov3+2nrxp+K4ydFOsHoUFAmNixdQACgkQ+K4ydFOs HoWeYBAAsAYwJmAEcUS4Nh4khfdF/k4TkBlhw4ISLEMaoE6seWhFGETA9kHFZTKj 3uqgs8oOaf8BkXtwq72F7H2Z8bC7W9UWdi/k9DJry6bZ2yh47E2YtI6t9cwGHm5v G+OnxBR7bAdBd/mNB8WQn+XZkw6tnbBUslDGqLYuDm6+YzSgvEus66CgacGsVfEQ lkvqsJO3pi7YW582kbi1xOtzq1zesFKArp+sCy1/X/hoHaiL9JuvM96SScAJaBFX BDlwaZ4PwiTuJpkGg1qZ9kAwL4GYifY0CIEYKCTaLSMEkKe4dkqy0uaR1f4pUfe0 buoix0zE1Lzj6TDWXr7UN0nbefvPihalMgansk0MBZ/g1lJ97wkC/Wa1Xugo9Ugt z1EUhDlqmmWtDBNY0LD2SHVBm615tfaYoG4JjzLq+5CQKrmVX5tWr8v9nOaGajZT vwcwWavEt8WyocBzMjpmSolEPrtl+yZrIa0isQOjmv3NHNT4sJFhYGW15F5nalh/ q+vEFL4PO38TN8MkWmnwR+zybSeHGOYqYBtaLkXxQk/4i+BfJ0wsFQyp/f06WT1J I62I+kXR7NhAvokwFJOW4JzfVQmEVAKU3qh9xN/ngnWGo71/Mr4zCUSNQye2kQQS svt8JTfTEsk1DhguV6vE/NtAxNTiAsHFwe8w8iKrj/vPI0FfNmY= =0/GV -----END PGP SIGNATURE-----