Log message #3902306

# At Username Text
# Jun 29th 2016, 16:59 spriz Ah, I see - so everything goes through hostâ??s nginx?
# Jun 29th 2016, 16:59 savant etc.
# Jun 29th 2016, 16:59 savant or swap nginx with haproxy
# Jun 29th 2016, 16:59 savant we don't do any tuning, and there is definitely stuff you can screw around with to eek out performance within nginx
# Jun 29th 2016, 16:59 savant the only thing i'd be concerned about is the host's nginx
# Jun 29th 2016, 16:58 spriz savant: howâ??s Dokku for prod envâ??s? Howâ??s performance? (I havnâ??t looked further into it, yet)
# Jun 29th 2016, 16:27 crazycoder good
# Jun 29th 2016, 16:27 crazycoder ahah
# Jun 29th 2016, 16:27 crazycoder besically with this 30 mins conversation i know that i must learn python/ruby and then dokku :D
# Jun 29th 2016, 16:27 crazycoder savant, thanks for the link i will give it a try too
# Jun 29th 2016, 16:18 BackEndCoder whats a genoius idea
# Jun 29th 2016, 16:18 BackEndCoder vm's for devs
# Jun 29th 2016, 16:18 BackEndCoder i was just too lazy
# Jun 29th 2016, 16:18 BackEndCoder i had the plan in my head like 4 years before they did it
# Jun 29th 2016, 16:18 BackEndCoder i wish i was the ceo of digital ocean
# Jun 29th 2016, 16:17 savant https://www.digitalocean.com/features/one-click-apps/dokku/
# Jun 29th 2016, 16:17 savant you can setup a box automatically
# Jun 29th 2016, 16:17 savant if you have a digitalocean account
# Jun 29th 2016, 16:17 crazycoder good thanks!
# Jun 29th 2016, 16:17 savant ^ that tutorial walks you through it
# Jun 29th 2016, 16:17 savant http://dokku.viewdocs.io/dokku/application-deployment/
# Jun 29th 2016, 16:16 crazycoder savant, where can i see how it works in short ?
# Jun 29th 2016, 16:15 savant using the heroku buildpacks
# Jun 29th 2016, 16:15 savant and by default, we detect the best language to deploy with
# Jun 29th 2016, 16:15 savant basically all you need to do is push your code
# Jun 29th 2016, 16:15 savant it uses docker underneath
# Jun 29th 2016, 16:15 crazycoder savant, something like docker ?
# Jun 29th 2016, 16:13 ndm @qq Pretty hard to tell without knowing what the model/entity looked like before. Given that they were only baked before too, I'd suspect a cached schema problem, but we already had that. The issued queries might have helped to figure where things gone wrong.
# Jun 29th 2016, 16:13 savant it works well
# Jun 29th 2016, 16:12 crazycoder savant, is dokku good for live website?
# Jun 29th 2016, 16:12 savant here is a tutorial on deploying gogs - a github clone - to dokku for instance: https://dokku.github.io/tutorials/deploying-gogs-to-dokku
# Jun 29th 2016, 16:11 savant all it is is a deploy tool
# Jun 29th 2016, 16:11 Neon1024 savant: Over my head Iâ??m afraid, Iâ??m just a code monkey
# Jun 29th 2016, 16:11 crazycoder grrr and learn english better :D
# Jun 29th 2016, 16:11 savant Neon1024: its pretty good im telling you
# Jun 29th 2016, 16:10 crazycoder *must give
# Jun 29th 2016, 16:10 crazycoder i must to give them a try
# Jun 29th 2016, 16:10 crazycoder thanks!
# Jun 29th 2016, 16:10 crazycoder ok got the point
# Jun 29th 2016, 16:09 Neon1024 Oh, is that YOUR face savant :p
# Jun 29th 2016, 16:09 qq @ndm: do you still remember that 0000-00-00 issue when save data? I tried all sorts methods that found on google. but none of working. at the end i have rebake the model for the table. same code, but it works now. anything you could think of ?