May 2017
Beginner
552 pages
28h 47m
English
Install the LAMP stack with Yast2. Open yast2, select Software Management, and install apache2, mysql, and owncloud-client.
Next, select the System tab, and from this tab, select the Services Manager tab. Confirm that the mysql and apache2 services are enabled and active.
These steps install the OwnCloud client that will let you synchronize your workspace to an OwnCloud server and the system requirements for a server.
OwnCloud requires security beyond default settings. The mysql_secure_installation script will configure MySQL properly:
/usr/bin/mysql_secure_installation
The following commands will install and start the OwnCloud server. The first three commands configure zypper to include the OwnCloud repository. Once ...