This tutorial will help you to Install ownCloud 10 on Fedora 31/30/29/28 Linux systems.
Step 1 – Setup LAMP
Before installation, we first need to set up a running LAMP server. If you have already running the LAMP stack skip this step else use the followings commands to set up the lamp stack.
Install Apache
Install MariaDB
Install PHP
Step 2 – Download ownCloud Archive
After successfully configuring lamp server on your system, Let’s download latest ownCloud from its official website. Now extract downloaded archive under website document root and setup appropriate permissions on files and directories. Now, remove the archive file.
Step 4 – Create MySQL Database and User
After extracting code, let’s create a MySQL database and user account for configuring ownCloud. Use the following set of commands to log in to the MySQL server and create a database and user.
Step 5 – Install ownCloud with Web Installer
Now access the ownCloud directory on the web browser as below. Change localhost to your server IP address or domain name. Enter new admin credentials to create an admin account and provide the location of the data folder.
Now slide your page down and input the database credentials and click on Finish Setup.
After completing the setup you will get the admin dashboard. Where you can create users, groups assigned them permissions, etc.