Doing a manual installation of owncloud 7 can be a pain – if you don’t know what to do.
This is my personal way to get it installed:
Preparation:
- Create a new MySQL DB within KAS, note username and password
- Create a new subdomain if needed (proposed) and activate SSL (proposed)
- download owncloud as a tar-bz file
- upload the tar-bz file and unpack it right a way (best use webFTP)
- edit the .htaccess and
- add “php_value magic_quotes_gpc off” behind the memory limit
(in my case as line 14) - add “php_value session.save_path /www/htdocs/<LOGIN>/tmp” as you dont have access rights to the official tmp folder
- add “php_value magic_quotes_gpc off” behind the memory limit
- CHMOD folder apps, lib and config to 755
- CHOWN owncloud folder to php-user
The actual installation
- go to the installation folder
- setup your own administrator account (save them somewhere safe)
- choose a MySQL DB, insert credentials as username, database name and the password.
- create a user for daily use
SSL Integration
- CHOWN config.php at configconfig.php
- add ssl-account.com as a trusted domain
- edit and edit and add:
'overwritehost' => 'ssl-account.com', 'overwriteprotocol' => 'https', 'overwritewebroot' => '/oc.eure-domain.de', 'overwritecondaddr' => '^%eure-IP-bei-allinkl.com%$', 'forcessl' => 'true'
If you have any questions or other notations – please comment!
My knowledge has been provided by:
Thanks for your support!
Final question: why do I post if others did the same? Because I need to remember it! 😉