
- HOW TO INSTALL OWNCLOUD INSTALL
- HOW TO INSTALL OWNCLOUD UPDATE
- HOW TO INSTALL OWNCLOUD FULL
- HOW TO INSTALL OWNCLOUD PASSWORD
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Options Indexes FollowSymLinks MultiViews If you like to set an extra host, edit YOUR_HOST_NAME with your hostname and use the following code: It just redirect all host with the folder /owncloud added to ownCloud. Next just configure the Apache web server to serve the ownCloud directory create a new configuration file with the following content: sudo mcedit /etc/apache2/sites-available/nf Alias /owncloud "/var/www/owncloud/"
HOW TO INSTALL OWNCLOUD INSTALL
The command above will install ownCloud in the /var/5.
HOW TO INSTALL OWNCLOUD UPDATE
Next just update the apt cache list and install the ownCloud package with the following commands: sudo apt update Once the key is added run the following command to enable the ownCloud repository: echo 'deb /' | sudo tee /etc/apt//owncloud.listīefore you can install the ownCloud package we need to enable HTTPS transport for the debian apt tool by installing the following package: sudo apt install apt-transport-https First add the ownCloud GPG key to the apt sources keyring: wget -qO- | sudo apt-key add. The ownCloud 10 package is not available in the default Debian 10 Buster repositories, so we have to add the official ownCloud repository to the apt sources. When the installation is complete, run the following commands to start and enable the Apache service: sudo systemctl start apache2 To install everything just run the following command: sudo apt install apache2 libapache2-mod-php7.3 openssl php-imagick php7.3-common php7.3-curl php7.3-gd php7.3-imap php7.3-intl php7.3-json php7.3-ldap php7.3-mbstring php7.3-mysql php7.3-pgsql php-smbclient php-ssh2 php7.3-sqlite3 php7.3-xml php7.3-zip php-redis php-apcu Accuatlly it is not compatible with php7.4. OwnCloud need an installed Apache, PHP and PHP 7.3 modules. To install the latest Redis version run the following command: sudo apt install redis-server redis-tools 3. Redis is an in-memory database which will be used by the ownCLoud installation as memory cache. MariaDB > GRANT ALL PRIVILEGES ON owncloud.* TO IDENTIFIED BY 'owncloud_passwd' MariaDB > CREATE DATABASE owncloud CHARACTER SET utf8
HOW TO INSTALL OWNCLOUD FULL
To create the database and add a mysql user with full access for our ownCloud installation run the following commands: mysql -u root -p
HOW TO INSTALL OWNCLOUD PASSWORD
To set a password just run the install helper from MariaDB: sudo mysql_secure_installation 2. When the installation is finish, run the following commands to start and enable the MariaDB service: sudo systemctl start mariadb To install the MariaDB server run the following command: sudo apt install mariadb-server mariadb-client If you have a small vserver with limited ram so better go to step 3 and use just PostgreSQL. It have besser performance, if you use MariaDB. OwnCloud can use MySQL/MariaDB, PostgreSQL or SQLite as a backend data storage. To can setup the server easily, you can install some good tools like Midnight Commander. I would be happy to install the ownCloud on your server for only € 50. If you need help, you can simply ask me via the contact form. Let’s get started with installing ownCloud on your Debian 9 server. Installing ownCloud on Debian is not magic and can be simple done by someone, who just have root access to the server. It have a lot of benefits, to self host your storege cloud like better privacy and storage limited by your own. ownCloud is one of the best alternative for Google Drive, Box, Dropbox, iCloud and other cloud platforms. It can be used for data synchronization and file sharing. OwnCloud is a flexible, self-hosted open source PHP web application.
