1. Install lamp Kit
1) Install Apache
Zypper in Apache2
2) Open Apache
Systemctl Start Apache2.service
3) Apache Boot
Systemctl Enable Apache2.service
4) Install PHP
Zypper in php5 php5-mysql apache2-mod_php5
5) Enable PHP5
A2enmod PHP5
4) (optional, because the openSUSE under the owncloud default is SQLite) installation mariadb
Zypper in Mariadb Mariadb-tools
5) Start mariadb
Systemctl Start Mysql.service
6) Set the MARIADB root password
Mysqladmin-u Root Password NewPassword
2. Install owncloud
Add Owncloud Source
Zypper ar Http://download.opensuse.org/repositories/isv:/ownCloud:/community/openSUSE_13.2/ownCloud
Refreshing source
Zypper ref
Install owncloud
Zypper in Owncloud
3. Handle some tails
By default, Owncloud has been installed in the Apache default/srv/www/htdocs/owncloud folder, you can continue to install through HTTP://IP address/owncloud access, if you want to direct access without/owncloud, to/ Etc/apache2 under the reference default-vhost.conf change the site directory, and finally copied to the Vhost.d folder can be.