No, this is not working for me unless something changed in version 3 that would cause it not to work.
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: Thoughts on PHP Frameworks http://www.7mediaws.org/general/thoughts_on_php_frameworks.html ----- Original Message ----- From: "Thomas Schmidt" <[email protected]> To: [email protected] Sent: Monday, February 13, 2012 10:16:39 AM Subject: Re: [Owncloud] ownCloud Password On 11.02.2012 16:53, Parker, Joshua wrote: > 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" > > ); > > ?> Hi Parker, on the first call of your owncloud instance the admin user should get created and the database gets created and initialized. Just like if you would have used the web config form. See lib/setup.php#34 ff. Doesn't this work for you? Greetings -- Thomas Schmidt (tom [at] opensuse.org) openSUSE Boosters Team "Don't Panic", Douglas Adams (11.03.1952 - 11.05.2001) _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
