IRC logs for #farmOS, 2016-10-31 (GMT)

2016-10-30
2016-11-01
TimeNickMessage
[23:25:14]* kadaan_ has quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[00:24:18]* kadaan has joined #farmos
[05:14:48]* kadaan has quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[10:31:19]* kadaan has joined #farmos
[11:56:10]<kadaan>@mstenta Phew! Got dlite working rather than d4m. There is one small change to the docker-compose.yml file that is needed and it makes it possible to actually use this in Os X. Installation only takes ~1 minute now.
[12:20:29]<kadaan>Sent you a PR for this: https://github.com/farmOS/farmOS/pull/22
[12:20:52]* kadaan has quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:32:16]* kadaan has joined #farmos
[13:37:30]<kadaan>Also, what needs to be done to deal with MissingKeyMapError?
[14:06:26]<kadaan>@mstenta: Updated https://github.com/farmOS/farmOS/pull/22
[16:10:31]<mstenta>kadaan: thanks! i just replied... it might be worth adding those instructions to farmOS.org/development/docker
[16:10:43]<kadaan>That is what I was thinking.
[16:10:53]<mstenta>regarding MissingKeyMapError - Google Maps made a change to their APIs recently
[16:10:58]<mstenta>they require all users to have an API key now
[16:11:02]<kadaan>Saw that bug.
[16:11:17]<mstenta>there's some documentation for adding it... let me find it
[16:11:17]<kadaan>What I don't recall seeing is steps on the docker page to get it to work.
[16:11:21]<kadaan>Cool!
[16:11:35]<mstenta>yea we need to add it to the farmOS.org documentation
[16:11:43]<mstenta>although i'm also thinking about adding a simple UI to make it easier
[16:11:52]<mstenta>it's a little involved, you need to go digging into the Openlayers config
[16:12:38]<mstenta>here's the issue in farmOS.org github queue: https://github.com/farmOS/farmOS.org/issues/11
[16:12:46]<mstenta>which points to the actual instructions on drupal.org: https://www.drupal.org/node/2768895
[16:12:57]<mstenta>gotta go... back later...
[16:18:13]<kadaan>Later
[16:23:15]<svenn>mstenta: Tried out the farm_map_kartverket module. It works.
[16:44:37]<svenn>mstenta: what is the simplest way to play around with the code? I am coding on a desktop and uploading to server via ftp into the modules directory
[16:44:59]<svenn>then I disable the module, save the config, enable the module again and save the config
[16:45:44]<svenn>the disabling/enabling thing is a bit time consuming and I wonder if there is a simpler, quicker way to do it.
[17:37:43]<mstenta>svenn: after changing the code, clear the drupal cache
[17:37:56]<mstenta>that can be done via the UI at /admin/config/development/performance
[17:38:04]<mstenta>(i think that's the path... off the top of my head)
[17:38:17]<mstenta>you can also use drush to clear the cache from the command line if you have it installed
[17:38:43]<mstenta>that will cause any of the code in the openlayers sources and layers defined in the module to be reloaded
[17:39:04]<mstenta>UNLESS you edit them in the UI... then they will be overridden, and they will no longer respond to changes in the code
[17:39:19]<mstenta>but you can revert overridden config too... or export it to code
[19:07:52]<kadaan>@mstenta: Sent you a doc PR - https://github.com/farmOS/farmOS.org/pull/17
[19:25:52]* kadaan has quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
[19:52:36]* Kadaan has joined #farmos
[19:52:56]<mstenta>hi Kadaan
[19:53:00]<mstenta>thansk for the docs!
[19:53:02]<Kadaan>Hey
[19:53:02]<farmBOT>what's up
[19:53:29]<Kadaan>Not a good as yours, but to the point
[19:53:45]<mstenta>it's great
[19:53:57]<mstenta>question: is the http://farmos_www_1.docker DNS set up by dlite?
[19:54:05]<mstenta>that doesn't work for me
[19:54:07]<Kadaan>Dlite knows about the networking issue and is fixing it
[19:54:08]<mstenta>i was curious when i saw that
[19:54:12]<Kadaan>Yes
[19:54:14]<mstenta>ah ok cool
[19:54:16]<mstenta>nice feature
[19:54:49]<Kadaan>Yeah. Dlite ends up using nfs for the volumes
[19:55:11]<Kadaan>Not as fast as native, but Way faster than docker for Mac
[19:55:28]<mstenta>ok cool - so it must examine the volume definitions in the docker container and do some kind of automatic re-mapping via NFS?
[19:56:22]<mstenta>this is great to have the workaround documented - at least until the core docker issue is resolved... if that ever happens (i'm not sure if the core docker devs are doing anything on it...)