alans
alans
Further adventures in IndieWeb prettygoodhat.com
|
Embed
eli
eli

@alans great setup! Howā€™d you find standing up your own instance of quill? Iā€™ve thought about doing that but havenā€™t taken the time to do it yet.

|
Embed
jack
jack

@alans Nice. I have got to get my act together with my blog and your post has motivated me.

|
Embed
amit
amit

@alans This looks great. And inspires me to pick up my adventures from where I left them. And there are many components common in your setup with mine. So I know this will work out.

|
Embed
seishonagon
seishonagon

@alans oh god, if I try this then Iā€™ll definitely need trainer wheels ...

|
Embed
alans
alans

@eli Quill was actually pretty easy to get working! I opted to use sqlite for the DB so I wouldn't have to fuss with mySQL and my web host's control panel. Finding the right places to enable annotating a like-of post was a little more involved, but turned out to be straightforward once I had traced through the data flow.

|
Embed
alans
alans

@jack My impression has always been that your act is quite well put together! But I'm glad to be of motivation help :) This m.b indie community is extremely motivating for me, generally.

|
Embed
alans
alans

@seishonagon @amit Now that I understand the pieces it's easy to look back with a lot of comprehension, but there's definitely a learning/implementation curve. I'm really, really satisfied with having figured it out and joined up all the pices that I'm using so far. (Of course, my host made a change that temporarily broke things today! Aaaack.)

|
Embed
eli
eli

@alans did you have to futz with a .htaccess file to handle the routing? I've got everything set up ā€” and I can't get the login page to resolve if I navigate directly to the public directory, but I'm not getting the rewrite to work

|
Embed
alans
alans

@eli Ah, I forgot about that detail. I started to try the .htaccess config, then found that my host control panel could remap the web root for me. So I just set it to the repoā€™s public directory that way and avoided figuring it out by myself with .htaccess.

|
Embed
eli
eli

@alans ah, that makes sense. Thanks! Time to have some fun with symlinks to see if I can get quill up and running!

|
Embed
seishonagon
seishonagon

@eli @alans as a preliminary Iā€™ve moved my WP down in a subdirectory, and I already borked things up. Looking at quill install I realize I donā€™t even know where to upload it, much less how to run the Nginx files etc :-)

|
Embed
eli
eli

@seishonagon it can most certainly be daunting ā€” quill is documented, but spareslly, especially if you haven't done much config. before. Luckily, there area already a couple of publicly accesible instances of quill, so it isn't necessary to host your own to use. As soon as I'm sure mine is up and running a-okay, I'll post a link to it for others to use.

|
Embed
alans
alans

@seishonagon Oh man. I donā€™t know a single thing about Nginx. šŸ˜¬ I think Quill works best when its public folder is placed at the root level of a domain or subdomain.

|
Embed
seishonagon
seishonagon

@eli Iā€™ve tried to use the original public one. But really, I donā€™t see the benefit of using this rather than mars edit, e.g.

|
Embed
seishonagon
seishonagon

@alans so you have a separate server for quill and for your blog? Thatā€™s going to be expensive ...

|
Embed
eli
eli

@seishonagon there isn't a heap of benefit to using it over marsedit if you are running WP already. My website leverages the micropub to handle all posting, so it isn't (currently) compatible with marsedit.

|
Embed
alans
alans

@seishonagon No, in my case I put quill as a sub domain of my primary one, so it doesnā€™t add any cost. (Iā€™m on a $5 per month plan from Pair and itā€™s meeting all my needs really well.)

|
Embed
seishonagon
seishonagon

@eli given @danielpunkass ā€˜s participation around here, i may just wait to see what he comes up with around micropub...

|
Embed
seishonagon
seishonagon

@alans got it.

|
Embed
dgold
dgold

@alans damn man, I started out knowing sqrt(feck all) about nginx and subdomains. Now I have like ten subs. If Iā€™d known you were struggling Iā€™d have popped in.

|
Embed
alans
alans

@dgold Thanks! Fortunately I'm on Apache and haven't had to solve any Nginx issues, but @seishonagon may be working on Nginx and subdomains.

|
Embed
dgold
dgold

@seishonagon Iā€™m not sure what you mean.

Nginx files live under /etc/nginx/ , you set the document root in the nginx server block. They donā€™t need to be uploaded anywhere.

|
Embed
seishonagon
seishonagon

@dgold @alans @eli oh well all this is moot since my provider only allows ONE database per account, and itā€™s already used by WP :-) Iā€™ll leave well enough alone

|
Embed
danielpunkass
danielpunkass

@seishonagon I need to get my head on straight about Micropub. When I looked at it before it was missing something (maybe downloading existing posts?) that made me think I had to wait.

|
Embed
danielpunkass
danielpunkass

@seishonagon Butting in here, but typically a single database can be used to host data from multiple apps. WordPress has a "prefix" option to make sure any of its tables don't conflict with other apps (even other WP instances).

|
Embed
eli
eli

@danielpunkass it has an editing context, but I think you are right that it doesnā€™t support a generic way to retrieve a list of all past posts. @aaronpk does that sound right to you?

|
Embed
aaronpk
aaronpk

@eli I wouldn't say it's "not supported" so much as hasn't been spec'd yet. Most of the clients so far are posting clients not editing clients. I would love to see that part of the spec fleshed out tho!

|
Embed
In reply to
eli
eli

@aaronpk šŸ¤” intriguing

|
Embed
aaronpk
aaronpk

@eli Welcome to the bleeding edge! I tend to take a pragmatic approach to writing specs. Don't put something in the spec til there's a demonstrated need for it. Would love to start brainstorming this here: https://github.com/indieweb/micropub-extensions/issues

|
Embed
eli
eli

@aaronpk I know what Iā€™ll be doing tonight! Thanks! šŸ™

|
Embed
amit
amit

@alans Agreed. When I got to it, I wasnā€™t sure what I will gain out of this. It was more of a learning experience. But then I started posting from multiple clients and that itself proved I was on the right track.

|
Embed
seishonagon
seishonagon

@danielpunkass but of course! šŸ¤­ thanks.... šŸ‡šŸ•³ here I come

|
Embed
jeremycherfas
jeremycherfas

@danielpunkass Micropub in MarsEdit would be A Good Thing

|
Embed
seishonagon
seishonagon

@danielpunkass no worries, I didnā€™t mean you had to. More that I had better wait for somebody to do it right. After all I almost lost ALL my dB tinkering yesterday, because ā€œbackups? Who has time for backups?ā€

|
Embed
seishonagon
seishonagon

@alans nah, itā€™s just that I saw the nginx paragraph in the quill setup docs and froze.

|
Embed