Log message #4204571

# At Username Text
# Sep 20th 2019, 08:12 adam282 @challgren you mean ECS, right? Elastic Container Service? https://docs.aws.amazon.com/AmazonECS/latest/developerguide/instance-connect.html
# Sep 20th 2019, 08:12 javier.villanueva thanks admad and challgren
# Sep 20th 2019, 08:11 challgren Damm, I inherited a project and can't figure out how to view the logs and change the ecr image on ec2
# Sep 20th 2019, 08:10 adam282 I am an AWS DevOps Engineer (not certified yet) but haven’t done much with AWS ECR.
# Sep 20th 2019, 08:09 challgren Anyone play with ecr and ec2?
# Sep 20th 2019, 08:08 challgren Don't fix it if it ain't broke!
# Sep 20th 2019, 08:08 challgren Maybe I'll do it, I use it in my QBO site but it's like 3.0
# Sep 20th 2019, 08:06 admad yeah so if someone wants to try it out just turn of deprecation warnings in app and give in a shot. And if you decide to use it submit a PR to update deprecated methods :slightly_smiling_face:
# Sep 20th 2019, 08:05 challgren That's what I'm thinking
# Sep 20th 2019, 08:05 admad Sti should still work just fine except for use of deprecated methods
# Sep 20th 2019, 08:04 challgren Ah ok, I'm guessing it needs a 3.8 fix
# Sep 20th 2019, 08:04 admad UseMuffin was started by me and jadb. He made most of the initial plugins. I maybe not used some of them but do maintaince
# Sep 20th 2019, 08:03 javier.villanueva xD yes
# Sep 20th 2019, 08:02 challgren You committed to it and are listed as an author
# Sep 20th 2019, 08:01 javier.villanueva ok thanks
# Sep 20th 2019, 08:01 admad you can also checkout https://github.com/robotusers/cakephp-table-inheritance
# Sep 20th 2019, 08:00 admad i never used it so don't know what state it's in
# Sep 20th 2019, 07:59 javier.villanueva Sti is deprecated?
# Sep 20th 2019, 07:59 admad @challgren what? i havent been paying attention in the channel
# Sep 20th 2019, 07:52 javier.villanueva thanks @conehead too
# Sep 20th 2019, 07:47 conehead Or just use an abstract object?
# Sep 20th 2019, 07:47 challgren Its a bit old I wonder if its deprecated now @admad
# Sep 20th 2019, 07:47 javier.villanueva @challgren thanks i read it
# Sep 20th 2019, 07:47 challgren https://github.com/UseMuffin/Sti
# Sep 20th 2019, 07:46 challgren @javier.villanueva STI
# Sep 20th 2019, 07:45 javier.villanueva can someone advise me? I want to create similar entities (workorders) with little differences, for example workorders_development, workorders_marketing, workorders_financial, ... Any advice or documentation about this type of model design in cakephp?
# Sep 20th 2019, 07:40 conehead Yeh might do that was well. Although I think it should be configurable somehow
# Sep 20th 2019, 07:38 spriz I'm running our app on `localhost:8080` without issues :slightly_smiling_face:
# Sep 20th 2019, 07:38 spriz but unless you are doing that in production as well, I'd move that to a virtual host or a custom port :)
# Sep 20th 2019, 07:37 spriz I guess in that case your fullbaseUrl is `https://127.0.0.1/app` ? :thinking_face:
# Sep 20th 2019, 07:36 conehead Must be conflicting with other stuff. Maybe because I am using it in a subfolder `https://127.0.0.1/app`
# Sep 20th 2019, 07:31 conehead Too bad setting this value screws up everything else :)
# Sep 20th 2019, 07:22 conehead Haha yes, exactly what I needed
# Sep 20th 2019, 07:21 conehead Yes, that is what I thought. Just never stumbled upon this
# Sep 20th 2019, 07:21 spriz https://book.cakephp.org/3.0/en/console-and-shells.html#routing-in-the-console-environment
# Sep 20th 2019, 07:21 spriz it's mentioned in the book! :)
# Sep 20th 2019, 07:21 spriz @conehead you should set the full base manually when doing commands :slightly_smiling_face:
# Sep 20th 2019, 07:20 javier.villanueva (Router::url('/',true) not works for you?
# Sep 20th 2019, 07:20 conehead Was wondering why fullBase was not working.... But I am calling it from a command. So probably it is not able to find the correct full base automatically :S
# Sep 20th 2019, 07:18 javier.villanueva why?
# Sep 20th 2019, 07:18 javier.villanueva sometimes