#dev 2017-10-08

2017-10-08 UTC
KartikPrabhu, renem, tantek, jeremycherfas, j12t, [pfefferle], jeremych_ and [kevinmarks] joined the channel
j12t joined the channel
#
sebsel
[kevinmarks] nice :)
tantek, amz3`, [pfefferle], j12t, davidmead, John___, [kevinmarks], [eddie], jeremych_ and snarfed joined the channel
#
loqi.me
edited /design (+411) "tantek added "2017-10-06 [https://www.theguardian.com/technology/2017/oct/05/smartphone-addiction-silicon-valley-dystopia 'Our minds can be hijacked': the tech insiders who fear a smartphone dystopia] - examples of dark silo designs that indieweb des"
(view diff)
#
tantek.com
edited /to-do (+242) "/* Blog Update to Call For A Distributed Web */ simultaneously (multi-reply) respond to https://www.oreilly.com/ideas/what-if-we-build-the-internet-we-always-wanted which overlaps substantially"
(view diff)
leg, j12t, John___ and tantek joined the channel
#
loqi.me
edited /notification (+76) "tantek added "2017-10-07 {{adactio}}: [https://adactio.com/journal/12936 Notifications]" to "See Also""
(view diff)
[miklb], [eddie] and [jeremyzilar] joined the channel
#
tantek
[jeremyzilar] Please do write something in node to trigger a page to be archived, and add a new "Trigger Archive in Node" section to https://indieweb.org/Internet_Archive#Trigger_an_Archive (already has PHP, Python, Ruby)
j12t joined the channel
#
tantek.com
edited /Facebook (+127) "/* How to wean yourself from */ now twice for 1+ week, coincidentally, both in August"
(view diff)
#
[jeremyzilar]
Yeah, I will contribute back to the wiki tantek
jeremycherfas joined the channel
#
loqi.me
edited /iPad (+331) "/* See Also */ new section"
(view diff)
snarfed, John___ and j12t joined the channel
#
tantek.com
edited /The_Social_Network (+161) "stub Movie section for documenting which features are actually shown in the movie itself, time indices etc."
(view diff)
[kevinmarks] joined the channel
#
loqi.me
created /DADA (+42) "prompted by [kevinmarks] and dfn added by tantek"
(view diff)
#
tantek.com
edited /Friendica (+207) "Past Examples, hoping it'll be checked in the future and start working"
(view diff)
#
tantek.com
created /TWITIWAE (+53) "prompted by KartikPrabhu"
(view diff)
snarfed, davidmead and [eddie] joined the channel
#
[eddie]
aaronpk or sebsel: I used composer install to install all the dependencies for compass. I have my virtual host set up and successfully accessed a test php file. I have mysql installed and configured using .env I'm assuming server.php is the entrance file, but I try to access http://compass.eddiehinkle.com/server.php and I get an empty white page, which from experience means PHP is crashing? I'm wondering if there is anything else I missed that I
#
[eddie]
configure it
#
aaronpk
you should configure your web root to point at the "public" folder
#
[eddie]
ohh. Gotcha, so the public folder is the entrance to the app
#
aaronpk
makes sure all the other resources aren't web accessible
#
Loqi
agreed.
#
aaronpk
is this nginx or apache?
#
aaronpk
you'll need this in there as well in order to make all requests get sent to index.php https://gist.github.com/aaronpk/0aec9ee1ffb2aa88ab2cc3e9defab5b9
#
aaronpk
(something like that. use whatever you've already got for fastcgi_pass)
#
www.svenknebel.de
edited /Virtual_HWC (+2662) "restore software list"
(view diff)
davidmead joined the channel
#
[eddie]
awesome, I'll try that out ? thanks
davidmead joined the channel
#
sknebel
what is compass?
#
Loqi
Compass is a GPS tracking server, part of the p3k set of applications https://indieweb.org/Compass
davidmead joined the channel
#
www.svenknebel.de
edited /Compass (+3) "linkify"
(view diff)
davidmead joined the channel
#
sknebel
if it is flat-file, why does it have mysql?
#
aaronpk
metadata
#
aaronpk
and user accounts
#
aaronpk
the actual GPS data is not stored in mysql
#
[eddie]
aaronpk: I tried to merge my conf file and yours. Does this look like a reasonable merging or did I lose anything vital from yours? https://gist.github.com/EdwardHinkle/78912e6fffa0a60cda5f5c87dd458508
#
[eddie]
When index.php is phpinfo() it works fine. When index.php is the actual public/index.php file, its just a white page
#
aaronpk
i think that'll do it. the important bits are `try_files $uri /index.php?$args;` and `location /index.php`
#
[eddie]
ahh, okay :thumbsup:
#
aaronpk
still just a white page tho? can you check the error logs?
#
[eddie]
Yep. oddly enough phpinfo() claims I dont have any file path for error logs so I'm trying to figure out where those are being stored on my server or how to configure it lol
#
aaronpk
hrm might be a php-fpm setting somewhere
#
[eddie]
ahh yeah, fpm/php.ini doesn't have a location set
#
[eddie]
Well, I have to hop off, but at least I know the general server config is right, and now I just need to dig in to the php errors. Thanks aaronpk!
#
aaronpk
np! I'm guessing it's something simple like the database config is wrong
#
aaronpk
sorry this isn't easier! I don't usually put a lot of effort into the setup flow for projects I don't expect people to use much