

Run this command to reload privileges FLUSH PRIVILEGES Finally, configure OwnCloud Make sure you change your_prefered_password above to a strong password of your choice, this will be your OwnCloud’s database password. Next, we will create a database user for our database with the same name owncloud GRANT ALL ON owncloud.* to IDENTIFIED BY ' your_prefered_password' Type your MySQL root password when prompted, after that create our database with the following commands CREATE DATABASE owncloud
#Centos 7 dropshare install#
OwnCloud requires MySQL database to function with better perfomance, following steps will create a MySQL database for use with OwnCloud, If you don’t have mysql installed, follow this article to install MySQL. When promoted, type y and hit enter to proceed, this will install OwnCloud files and folders in your server. It will install the dependencies to run OwnCloud like PHP and MySQL, here’s how it will look Next we move the downloaded repo to CentOS repo list with the following command mv ce:9.1.repo /etc// Step 3Īfter that, we can go ahead and install OwnCloud using yum, here is the command yum install owncloud Install OwnCloud repository by running the following commands wget Run the following command to import and trust OwnCloud repo sudo rpm -import Step 2 Now, we will start installing OwnCloud ☁️ Step 1 We assume you have root access on this server yum update

We will update CentOS to the latest version to get started. (Should be okay for about 10 concurrent users). Memory requirements for running an ownCloud are really low end, depending on how big your total number of concurrent users, for example ownCloud officially requires a minimum of 128MB RAM.
#Centos 7 dropshare 64 Bit#
It allows Access & syncing files, contacts, calendars & bookmarks across devices, the awesome part is, OwnCloud is free! Requirementsįor this installation i have deployed a CentOS 7 64 Bit server with the following spec. OwnCloud is an open source, self-hosted file sync and share app platform similar to Dropbox and Box.
