#indiewebcamp 2012-09-02

2012-09-02 UTC
tantek, brennannovak and zztr joined the channel
#
zztr
I just stumbled upon Higgins http://www.eclipse.org/higgins/ anybody have opinions about this?
brennannovak, tantek, lmorchard, Alphi_ and edrex_proper joined the channel
#
@glennjones
Looking forward to a full week of conference going @reasonsfestival, @skillswap, @dconstruct and @indiewebcamp its going to be a mad week
#
@glennjones
If your interested in owning your own identity/content on the web then sign up for IndieWebCamp event http://t.co/bxHeZBk6
barnabywalters joined the channel
#
@BarnabyWalters
@glennjones btw there's an @IndieWebCampUK twitter account now, and #indiewebcamp tweets get pulled to the IRC channel. See you there!
barnabywalters, Nadreck and brennannovak joined the channel
#
barnabywalters
brennannovak: going to make tea and some jam, then have a crack at the SI installer
#
brennannovak
barnabywalters: sounds like a plan, man!
spinnerin, brennannovak and lmorchard joined the channel
#
@mattjones
Great to see the Mirror Project back online http://t.co/SOB8AXaI @hchamp #indieweb
tantek and barnabywalters joined the channel
#
barnabywalters
brennannovak: just about to get started with SI. what were the issues you mentioned?
#
brennannovak
barnabywalters: ok, so... aaronpk: mentioned that most shared hosting environments don't allow (non root) MySQL users to create new databases
#
barnabywalters
yep, that's true
#
barnabywalters
so are we just saying 'enter db info'?
#
brennannovak
so 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
#
brennannovak
yah
singpolyma joined the channel
#
barnabywalters
would using sqlite be a possibility?
#
barnabywalters
that would hugely simplify (i.e. remove an entire step of) the installation
#
barnabywalters
I forgot whether or not CI supports sqlite
#
brennannovak
barnabywalters: hrm.... i'm not sure actually. I've never used SQLite
#
brennannovak
If CI db abstraction layer handles that.... sure in "theory" it would work
#
barnabywalters
me neither. are you using CI's active record abstraction all over SI?
#
barnabywalters
probably best not to worry about it for the mo, but could be useful to add in the future as a *really* quick installation option
#
tantek
one week til @IndieWebCampUK!
#
barnabywalters
tantek: woo! v. excited
#
tantek
totally!
#
tantek
we need to promote it some more to other indieweb folks who might not know about it
#
brennannovak
barnabywalters: yes, i'm using the CI active record abstraction everywhere
#
barnabywalters
brennannovak: fab, so SQLite might be a possibility as a future "really, really quick install" option
#
barnabywalters
just tried another SI clean install, and it's failing on the db setup step again
#
barnabywalters
going to branch and add debug info
#
brennannovak
what server are you using?
#
barnabywalters
debian w. apache
#
tantek
btw aaronpk - does Loqi know to search for "IndieWebCampUK" in tweets?
#
Loqi
who, me?
#
tantek
yes you Loqi, what's your Twitter query?
#
barnabywalters
tantek: 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
#
tantek
I'm always hoping aaronpk has added more secret AI to Loqi, so I keep asking him (it?) stuff.
#
barnabywalters
I think asking for a 'twitter query' is a bit of a shot in the dark ;)
#
barnabywalters
although you never know — aaronpk added !standards v. quickly
#
tantek
if 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.
#
tantek
could do a lot simply with keyword / keyphrase recognition.
#
tantek
e.g. did someone ask a question that mentioned "Twitter query" ? then explain what my current Twitter query does / handles for this channel.
#
barnabywalters
that would be so cool
#
aaronpk
I have been known to add features to loqi that way :)
#
tantek.com
edited /2012/UK/Guest_List (+0) "/* Official Guest List */ counts"
(view diff)
#
@t
just one week until @IndieWebCampUK! Have your own site, want to do more? Join us 9/9 in Brighton http://t.co/XW0ooS07 (ttk.me t4Kk1)
#
@IndieWebCampUK
Awesome! @IndieWebCampUK is now part of the 2012 Brighton Digital Festival (@DigitalBrighton #BDF12) http://t.co/jodVDcHM
#
barnabywalters
brennannovak: turns out the installer script doesn't have the required permissions to modify the config files
#
barnabywalters
that's what's causing the installer to silently fail
#
brennannovak
barnabywalters: right, that is another problem with the installer... some hosts that works on, other it does not!
#
barnabywalters
adding as an issue
#
brennannovak
great
#
tantek
thanks aaronpk - just in time :D
#
barnabywalters
with associated error messages
#
barnabywalters
tantek: who is it controlling @indiewebcampUK?
#
tantek
I made the account, but am willing to share with any other indiewebcampuk folks
#
barnabywalters
tantek: 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
#
barnabywalters
brennannovak: okay, so for the mo we just need to add instructions to chmod the config files
#
brennannovak
yah
#
brennannovak
or the /application/config folder specifically
#
barnabywalters
I'll edit and push
#
brennannovak
great
#
barnabywalters
hmm, I ran chown -R www-data application/config/ but it's still not working right
#
aaronpk
it worked when I did chmod 777 application/config
#
barnabywalters
okay, it managed to change all the files
#
barnabywalters
but the installer is still failing silently
#
barnabywalters
I'm not getting any php errors in error.log
#
barnabywalters
Loqi: x all the y always cheers me up :)
tantek joined the channel
#
barnabywalters
brennannovak: on my local server (OS X apache MAMP) the default ../system system path doesn't work, whereas 'system' and '/
#
barnabywalters
'./system' work fine
#
brennannovak
yes this is something that needs to be handled in a bundler
#
barnabywalters
is there not a path which will work across platforms?
#
aaronpk
it depends on where you put the system repo
#
barnabywalters
aaronpk: the install instructions say put it in the project root (standard CI system location) but the default fails for that
#
aaronpk
ah then the install instructions should use './system' probably
#
brennannovak
barnabywalters: 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
#
barnabywalters
pushed default system dir and instructions changes
#
barnabywalters
brennannovak: okay, finally managed to get an install working
#
barnabywalters
turns out my local server wasn't allowing my root mysql account to access the db for some reason
#
barnabywalters
so I will add some info to the docs RE installation
#
brennannovak
barnabywalters: great! Glad you got it working.
#
barnabywalters
app install is failing for me, but I'll get some error reporting happening on the install first
#
barnabywalters
better to give an actual error message than to fail silently!
#
barnabywalters
getting late here now, I'm signing off
Nabil, dascher, tantek, brianloveswords and lmorchard joined the channel