IRC logs for #farmOS, 2021-11-19 (GMT)

2021-11-18
2021-11-20
TimeNickMessage
[04:00:11]* raul[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* and712[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* davd[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* frederike[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* gunter[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* goldi[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* gretel[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* harry[m]1 has quit (Quit: You have been kicked for being idle)
[04:00:15]* iuresearcherpw[m has quit (Quit: You have been kicked for being idle)
[04:00:15]* mindcls[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* olaf[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* steinfarm[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* phantomse[m] has quit (Quit: You have been kicked for being idle)
[04:00:15]* med65[m] has quit (Quit: You have been kicked for being idle)
[05:23:34]* IyarkaiTechLab[m has joined #farmos
[14:19:53]<shane_aldrich[m]><mstenta[m]> "shane_aldrich: you're running..." <- I am. The commands I've tried are `drush cr` and `docker-compose exec -u www-data drush cr` from the directory containing `docker-compose.yml`
[15:22:50]<mstenta[m]>Hmm
[15:23:07]<mstenta[m]>What is the full command that your `drush` alias runs?
[15:25:16]<mstenta[m]>I would expect the docker compose command would work but just curious about the alias too. It may be pointing at the wrong container name
[15:27:03]<mstenta[m]>That's the disadvantage of the alias I gave you a while back, it refers to the exact container name (eg `farmos_www_1`) whereas using docker-compose exec just needs the service name (`www`)
[15:27:45]<mstenta[m]>The former can be run from anywhere though, which is nice. The latter must be run from the same directory as the compose yml file.
[15:28:15]<mstenta[m]>Oh... I think I gave you the wrong compose command... It should have the service name in there...
[15:28:38]<mstenta[m]>sudo docker-compose exec -u www-data www drush cr
[15:29:02]<mstenta[m]>* www-data www vendor/bin/drush cr
[15:29:21]<mstenta[m]>Try that
[15:46:20]<shane_aldrich[m]><mstenta[m]> "What is the full command that..." <- `sudo /var/www/shane-farmos.edu/www/vendor/bin/drush`
[15:46:44]<shane_aldrich[m]><mstenta[m]> "sudo docker-compose exec -u www..." <- I'm trying that next
[15:48:14]<shane_aldrich[m]>docker-compose worked this time!
[16:10:29]<mstenta[m]>Awesome!!
[16:11:42]<shane_aldrich[m]>Working on adding the substrate asset type now. Once I have that done, I need to do dishes.
[18:02:16]<shane_aldrich[m]>Substrate asset has been added and updated on my `0.0.1` github branch.
[18:04:52]<shane_aldrich[m]>When I get further along with quick forms, is there a way to add those to my module's menu tabs? I obviously don't have things coded properly yet, since I get an error each time I try to click on "Quick Forms" from the menu.