Thomas, I tried out the script and it definitely creates a config.php file with the info needed, however, I am missing something with regards to having it create the database tables and the owncloud admin user. Below is what I have in my autoconfig.php file. Any help is greatly appreciated.
<?php $AUTOCONFIG = array ( "dbtype" => "mysql" , "dbname" => "oc" , "dbuser" => "root" , "dbpassword" => "root" , "dbhost" => "localhost" , "directory" => "/Applications/MAMP/htdocs/owncloud/data" , "adminlogin" => "parker" , "adminpass" => "parker" ); ?> Josh Parker WordPress Consultant Joshua Parker WordPress, CMS & PHP Consultant 888.255.1798 x701 Skype: seven-media 7 Media Web Solutions, LLC www.7mediaws.org Twitter Linkedin Josh Parker :: WordPress Consultant Skype Google+ WordPress Profile About.me Gravatar 7 Media Blog: Google Docs for Teachers http://feedproxy.google.com/~r/7mws/~3/IUcpnBcwVWk/google_docs_for_teachers.html ----- Original Message ----- From: "Thomas Schmidt" <t...@opensuse.org> To: owncloud@kde.org Sent: Wednesday, February 8, 2012 5:41:33 AM Subject: Re: [Owncloud] ownCloud Password On 08.02.2012 03:28, Parker, Joshua wrote: > I am working on an automatic installer script but need help with the last bit > which is the password. What method does ownCloud use to encrypt > passwords before saving it to the database? Thanks for your help. Last year I added an 'autosetup' feature, that sets those values automatically on the first access, see: http://mail.kde.org/pipermail/owncloud/2011-October/001128.html Maybe you can make use of that. Greetings > > > > Josh Parker WordPress Consultant <http://www.7mediaws.org/> > Joshua Parker > WordPress Consultant & PHP Developer > 888.255.1798 x701 > Skype: seven-media > 7 Media Web Solutions, LLC > www.7mediaws.org <http://www.7mediaws.org/> > Twitter <http://twitter.com/#!/7mediaws> Linkedin > <http://www.linkedin.com/in/joshmac> Josh Parker :: WordPress Consultant > <http://www.7mediaws.org/feed/> Skype Google+ <http://gplus.to/joshuaparker> > WordPress Profile > <http://wordpress.org/extend/plugins/profile/parkerj> About.me > <http://about.me/joshuaparker> Gravatar <http://en.gravatar.com/joshmac3> > > > > 7 Media Blog: Church Member Premium is Here! > http://feedproxy.google.com/~r/7mws/~3/t6zFX-hWfgU/church_member_premium_is_here.html > > > > _______________________________________________ > Owncloud mailing list > Owncloud@kde.org > https://mail.kde.org/mailman/listinfo/owncloud -- Thomas Schmidt (tom [at] opensuse.org) openSUSE Boosters Team "Don't Panic", Douglas Adams (11.03.1952 - 11.05.2001) _______________________________________________ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud