-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- Knowledge base . 
Go back to the overview page to see other entries
Back to overview

1
votes
click to vote up

Testing


ownCloud - Jun 24 2013
answered
Question:We have installed for our testing:

ownCloud 2012.4.5.11 Server Virtual Image

But we are not able to enable de apps:

External storage support
LDAP user and group backend

When we try to enable them, there is no error….no answer and they don’t enable.

Without these options we can not evaluate this solution….

Is VM appliance restricted anyway? Any suggestion?





eslvnleslvnl
Audatex

Answer:Yesterday i had the same prob with my owncloud Xampp i thing i can help :)

So i have installed the newest virtualbox and the VM with same Version as you have only for you to check where the failure is.

http://127.0.0.1/core/doc/admin/installation/installation_source.html
Follow this is it the Manuell way to install ownclound. USE IT AS A CHECKLIST.

1. Start your VM

2. Login: root

3. Password: linux

Quote:
if u have change your password with the "passwd root [enter]" in a session before than take the new password for login


4. passwd root [enter]

Quote:
change your password to protect this VM and Host its running on it


5. Get the ip of the VM use ifconfig

Quote:
if u wanna change your Mysqlpassword before u start a new Owncloud installation just use phpmyadmin. For example Open browser, point at ipaddress/phpmyadmin or 192.168.1.1/phpmyadmin or 127.0.0.1/phpmyadmin or localhost/phpmyadmin or http://yourdomain.com/phpmyadmin . Use for log on User: root and for Password: owncloud42 .
If u are log on click the Users button @ the Top middle frame . Users gonna open for you now. Now thoose the lower root user it has as host the localhost and click on change User rights. Pop are open search for the password change fields and change the password and than save it. If Myphpadmin are not installed u can get it http://phpmyadmin.net their is a good documentation and a wiki also if u have questions for phpmyadmin.


6. Open browser, point at ipaddress/owncloud for example 192.168.1.1/owncloud or 127.0.0.1/owncloud or localhost/owncloud or http://yourdomain.com/owncloud

7. Create a login and username for the admin/root Account of your Owncloud

Quote:
take not the same login/password combination is use for VM


8. Enter MySQL options

9. Mysqlusername: root

10. Mysqlpassword: owncloud42

11. Mysqldatabasename: owncloud

Quote:
you can take everything you but dont use oc_4


12. and click ok/start

13. try to get in

14. if all work to this moment and u are in the account next step 15 if not fall back to 1

15. check the cofig files

/etc/apache2/apache2.conf

LoadModule access_compat_module modules/mod_access_compat.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule cache_module modules/mod_cache.so
LoadModule cache_disk_module modules/mod_cache_disk.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dav_lock_module modules/mod_dav_lock.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule headers_module modules/mod_headers.so
LoadModule include_module modules/mod_include.so
LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule cache_disk_module modules/mod_cache_disk.so
LoadModule mime_module modules/mod_mime.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule socache_dbm_module modules/mod_socache_dbm.so
LoadModule socache_memcache_module modules/mod_socache_memcache.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule ssl_module modules/mod_ssl.so
LoadModule status_module modules/mod_status.so
LoadModule version_module modules/mod_version.so

this ist my modul list

/etc/apache2/ports.conf

normally runs on port 80
ssl port 443

check
/etc/php5/php.ini

for this moduls but Attention

dll´s are for windows
for linux i give u an example

extension=php_bz2.so

use the .so and the modul must pointed the real path mostly they are all in the /etc/php5/ext or /etc/ext

extension=php_bz2.dll
extension=php_curl.dll
extension=php_mbstring.dll
extension=php_fileinfo.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_imap.dll
extension=php_ldap.dll (for your user backend)
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_openssl.dll
extension=php_pdo_mysql.dll
extension=php_pdo_odbc.dll
extension=php_pdo_sqlite.dll
extension=php_snmp.dll
extension=php_soap.dll
extension=php_sockets.dll
extension=php_sqlite3.dll
extension=php_xsl.dll

16. if u have edit 1 or more cofig files !!! Restart your apache server this let the cahnge happen !!!

17. Reload the browser press F5 or crtl+F5

18. try to activate or apps

19. my applist :
-Apps Remover
-Deleted files
-External storage support
-Full Text Search
-Image Viewer
-Media
-Pictures
-Updater
-User Account Migration
-Webfinger
-ownCloud Instance Migration
-ownCloud dependencies info
-App Framework 3rd Party
-Files move 3rd Party

your backend app are in standard edition

20. to test the external storage app just log in ass root/admin and do to adminsnistrator page

and add a local storerage for example : click on local give the folder anddtional name and give it a path like C:\Users\mywindowsusersname\Documents or /home/mylinuxloginname/

and give it free for an ownclous user or a group red light edit something its was wrong green go to yourownclouds start page the must be a new folder with name u give or it name is local

for your backend no idea how to but with this step by step checking u r able to aktivate it in your app center .

good luck and have big pod of coffee :)

PxG




Edit answer


Back to overview
Add comment

Do you have a question?
Post your question here





-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team