Install ownCloud Server on Ubuntu 22.04 with one command

Аватар автора
IT Sirens
setup owncloud 10.9 on Ubuntu 22.04 with a bash script. You just need to run a command and it will be installed automatically. After you download the script, change the passwords and users. You have to be careful. Ubuntu 22.04 repository includes the repo of php 8 and Owncloud does not support php 8 yet, so you need to uninstall php8 if you already have it installed: sudo apt purge php* this script will automatically install mariadb with php7.4 for you. If you have other services installed on your server that require php8, you will need a new server for the Owncloud installation. ownCloud is a suite of client-server software for creating and using file hosting services. ownCloud has functional similarities to the widely used Dropbox. owncloud 10.9 requirements ubuntu 22.04 Operating System: Ubuntu 22.04 LTS Database:MariaDB 10.5 Web server:Apache 2.4 with prefork and mod_php PHP Runtime:7.4 Installation Steps: Download the Script chmod it sudo bash ./owncloud.bash _____ my school home work: you can try this

0/0


0/0

0/0

0/0