#barnabywaltersbrennannovak: just about to get started with SI. what were the issues you mentioned?
#brennannovakbarnabywalters: ok, so... aaronpk: mentioned that most shared hosting environments don't allow (non root) MySQL users to create new databases
#brennannovakso we'd have to have a "attempt to create database" step in addition to manually entering the name... SO, it might not be worth it to do that aspect of the installer and just focus on giving user feedback throughout
#barnabywalterstantek: it's really interesting how we're all responding to loqi's little quips. we know it's not going to respond with anything meaningful, and yet we continue to have little conversations with him
#tantekI'm always hoping aaronpk has added more secret AI to Loqi, so I keep asking him (it?) stuff.
#barnabywaltersI think asking for a 'twitter query' is a bit of a shot in the dark ;)
#barnabywaltersalthough you never know — aaronpk added !standards v. quickly
#tantekif nothing else, aaronpk can search the logs for utterances from Loqi followed immediately by a question from someone else that mentions Loqi, and mine those questions for potential AI extension points so Loqi answers more questions in the future.
#barnabywalterstantek: who is it controlling @indiewebcampUK?
#tantekI made the account, but am willing to share with any other indiewebcampuk folks
#barnabywalterstantek: I'm not hugely fussed about posting there (would rather post on my site!) but might be handy for me to have access so I can handle any questions/etc as I'm in a UK timezone
#barnabywaltersbrennannovak: okay, so for the mo we just need to add instructions to chmod the config files
#brennannovakyes this is something that needs to be handled in a bundler
#barnabywaltersis there not a path which will work across platforms?
#aaronpkit depends on where you put the system repo
#barnabywaltersaaronpk: the install instructions say put it in the project root (standard CI system location) but the default fails for that
#aaronpkah then the install instructions should use './system' probably
#brennannovakbarnabywalters: yes this is a quirky issue, I think we need to make index.php be git ignored and choose the default to be the the 'system' folder located in the application folder
#barnabywalterspushed default system dir and instructions changes
#barnabywaltersbrennannovak: okay, finally managed to get an install working
#barnabywaltersturns out my local server wasn't allowing my root mysql account to access the db for some reason
#barnabywaltersso I will add some info to the docs RE installation
#brennannovakbarnabywalters: great! Glad you got it working.
#barnabywaltersapp install is failing for me, but I'll get some error reporting happening on the install first
#barnabywaltersbetter to give an actual error message than to fail silently!