-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
leaflet v1.0 #243
leaflet v1.0 #243
Conversation
Testing this locally before merging |
@icarito - i can't seem to get this running on my local, due to some mysql issues. Can you either share a db dump w me or stand this up on a vm I can access so we can just test out the interface before merging this? Thanks. |
I'm stuck here:
|
I'm very close here... i think we need:
Then we should be all right! |
Actually I was looking inside the container (with Further debugging from logs then:
|
Here's the full error log actually:
|
Going to run each of those commands by hand and see what is. |
Okay here's what I have learned from running each of the Imagemagick commands by hand: All of the commands work, excepting the first and last |
Actually it's confusing because I see no difference with production logs, in production logs look the same, without the 500. I'll try temporary disabling the exception rescue procedure in |
Aha!:
|
Naively I put a dummy .yml amazon config file but found:
Created #245 to document how to setup without relying on the big A. |
Level up, next error:
|
Commented this out too, need better fix (related to #245):
|
Awesome, good catch!
…On Jan 8, 2018 8:58 AM, "Sebastian Silva" ***@***.***> wrote:
Commented this out too, need better fix (related to #245
<#245>):
#if Rails.env.production? # geo = Paperclip::Geometry.from_file(Paperclip.io_adapters.for(self.image.url)) # s3 version #else geo = Paperclip::Geometry.from_file(Paperclip.io_adapters.for(self.image).path) # local filesystem version #end
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#243 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJy10SNDIAGdNUdxEN6ebEbs8wjWwks5tIh7zgaJpZM4RT0DW>
.
|
Okay please test http://laboratoriopublico.org:11000/maps/test |
It works perfectly! Now we need to resolve the recaptcha issue and we
should be good. It's great to see this new version live!
…On Jan 8, 2018 9:02 AM, "Sebastian Silva" ***@***.***> wrote:
Okay please test http://laboratoriopublico.org:11000/maps/test
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#243 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJzpMv1JvCBoxz1YZzQ3Rkdkx2B8Sks5tIh-6gaJpZM4RT0DW>
.
|
Oy, i still can't make any progress on this recaptcha thing. Not hyper urgent but if you have any great detective insights, I think that's the last thing! |
I believe this is ready for deployment to MapKnitter.org -- it'll need |
Plus LeafletDistortableImage v0.1.3 -- using the new leaflet toolbar... !