*** jelkner has joined #novawebdev | 09:42 | |
*** zOnny has joined #novawebdev | 10:05 | |
*** replaceafill has joined #novawebdev | 10:37 | |
zOnny | hey replaceafill | 10:53 |
---|---|---|
replaceafill | hello zOnny | 10:53 |
zOnny | replaceafill: busy ? | 10:53 |
replaceafill | zOnny, what do you need? | 10:54 |
zOnny | replaceafill: this script | 10:54 |
zOnny | replaceafill: https://paste.pound-python.org/show/6AiB7INE1HvSl1dwADHX/ | 10:54 |
replaceafill | zOnny, yes? | 10:54 |
zOnny | replaceafill: can I use runserver 0.0.0.0 tendenci:9000 ? | 10:55 |
replaceafill | zOnny, you'll get in trouble | 10:55 |
replaceafill | zOnny, does frank have notes about /etc/hosts? | 10:55 |
zOnny | replaceafill: ah | 10:55 |
replaceafill | zOnny, you should read the README again | 10:56 |
replaceafill | First, add the helios and tendenci hostnames for your localhost in | 10:56 |
replaceafill | your /etc/hosts file like this: | 10:56 |
zOnny | replaceafill: I am not running it in my local machine | 10:56 |
replaceafill | zOnny, then in your local machine | 10:56 |
replaceafill | zOnny, set /etc/hosts to point to the IP of your VM | 10:56 |
replaceafill | zOnny, using the same names "helios" and "tendenci" | 10:56 |
replaceafill | zOnny, so: | 10:56 |
replaceafill | 127.0.1.1 helios tendenci | 10:56 |
zOnny | replaceafill: cool | 10:56 |
replaceafill | zOnny, become | 10:56 |
zOnny | replaceafill: ? | 10:56 |
replaceafill | YOUR_IP_HERE helios tendenci | 10:57 |
replaceafill | zOnny, the whole set up in frank assumes these two names | 10:57 |
replaceafill | zOnny, you'll see them spread through all the configuration changes | 10:57 |
replaceafill | zOnny, what's the IP of your VM | 10:57 |
zOnny | replaceafill: hold on | 10:59 |
zOnny | replaceafill: 192.168.122.161 | 11:00 |
replaceafill | zOnny, so set: | 11:00 |
replaceafill | 192.168.122.161 helios tendenci | 11:00 |
zOnny | replaceafill: in my local machine ? | 11:01 |
replaceafill | zOnny, yes | 11:01 |
zOnny | replaceafill: ok | 11:01 |
replaceafill | zOnny, are you able to ssh into your vms? | 11:01 |
zOnny | replaceafill: of course | 11:01 |
replaceafill | zOnny, something like ssh zOnny@192.168.122.161 | 11:01 |
zOnny | I am using Avahi :D | 11:01 |
replaceafill | zOnny, then you should be able to ssh zOnny@helios | 11:02 |
replaceafill | zOnny, after setting that you can use runserver 0.0.0.0:8000 in your vm | 11:03 |
replaceafill | zOnny, and 0.0.0.0:9000 for tendenci | 11:03 |
replaceafill | zOnny, and your local machine will be able to access helios:8000 and tendenci:9000 | 11:04 |
zOnny | replaceafill: testing | 11:04 |
replaceafill | zOnny, oh, you need to change your vm /etc/hosts too | 11:05 |
zOnny | replaceafill: not sure if I did this right | 11:05 |
zOnny | replaceafill: ah | 11:05 |
replaceafill | zOnny, but in the vm case use 127.0.1.1 as the README | 11:05 |
zOnny | replaceafill this is the host in my local machine https://paste.pound-python.org/show/1UZVfuvWpDn9sUCiKcqv/ | 11:06 |
replaceafill | zOnny, that looks fine | 11:06 |
replaceafill | zOnny, make the change in /etc/hosts in the vm | 11:06 |
zOnny | replaceafill: ok | 11:06 |
replaceafill | zOnny, we need all this crap because we don't use hostnames in development | 11:07 |
zOnny | replaceafill: my VM hosts https://paste.pound-python.org/show/8I6Az6UtiOgrwLOQXooV/ | 11:07 |
replaceafill | zOnny, that should work | 11:08 |
zOnny | replaceafill: so I will run the script again ? | 11:08 |
replaceafill | zOnny, you can't | 11:08 |
replaceafill | zOnny, just start the services in the right ports using 0.0.0.0 | 11:08 |
replaceafill | zOnny, otherwise your local machine won't be able to access them | 11:09 |
zOnny | replaceafill: what? | 11:10 |
replaceafill | zOnny, the start scripts use helios:8000 and tendenci:9000 | 11:10 |
zOnny | replaceafill: you mean in the scripts ? instead of tendenci should be 0.0.0.0:9000 ? | 11:10 |
replaceafill | zOnny, yes | 11:11 |
zOnny | replaceafill: ah | 11:11 |
replaceafill | zOnny, inside your vm helios:8000 means localhost:8000 | 11:11 |
replaceafill | zOnny, which will make the service available only insde your vm | 11:11 |
replaceafill | zOnny, blocking your local machine | 11:11 |
replaceafill | zOnny, why you insist on running this in VMS i don't understand :) | 11:12 |
zOnny | replaceafill: I have been using VM for not crashing my local | 11:13 |
replaceafill | zOnny, ok... | 11:13 |
replaceafill | zOnny, i don't use vms and mine doesn't crash :P | 11:13 |
zOnny | replaceafill: if this will not work | 11:14 |
zOnny | replaceafill: i will use my local | 11:14 |
replaceafill | zOnny, +1 | 11:14 |
replaceafill | zOnny, it should work but it needs you to pay attention to more things | 11:14 |
zOnny | replaceafill: it works! | 11:15 |
replaceafill | zOnny, cool | 11:16 |
replaceafill | zOnny, you should document this process | 11:16 |
zOnny | replaceafill: I will do it right now | 11:16 |
replaceafill | zOnny, so anyone running it in vms is aware of it | 11:16 |
replaceafill | zOnny, ty | 11:16 |
zOnny | replaceafill: you right | 11:16 |
zOnny | replaceafill: thanks a lot | 11:16 |
replaceafill | zOnny, use franks README for that | 11:16 |
replaceafill | zOnny, np | 11:17 |
zOnny | replaceafill: not google Docs ? | 11:17 |
replaceafill | zOnny, nope | 11:17 |
replaceafill | zOnny, we have a repo with a README you can use | 11:17 |
replaceafill | zOnny, you can include it as a subsection at the beginning | 11:17 |
jelkner | Good morning, replaceafill | 11:17 |
replaceafill | zOnny, where the aliases in hosts are explained | 11:17 |
replaceafill | good morning jelkner | 11:17 |
jelkner | can we meet with isaac at 12 noon tomorrow? | 11:18 |
jelkner | would that work, replaceafill? | 11:18 |
replaceafill | jelkner, sure, although i don't think i'll have a definite answer about the state of the sis apps we've found | 11:19 |
replaceafill | jelkner, i was able to make osis run yesterday | 11:19 |
jelkner | understood, replaceafill, he isn't ready either | 11:19 |
replaceafill | jelkner, but unfortunately the user manual is in french only | 11:19 |
replaceafill | jelkner, cool | 11:19 |
jelkner | so many things will need to be done | 11:19 |
replaceafill | jelkner, right | 11:19 |
jelkner | but we will need to submit a formal proposal | 11:19 |
replaceafill | jelkner, ah | 11:20 |
jelkner | i told him that if we did this, it would become our main project for the following year | 11:20 |
jelkner | so we need to know by the beginning of October what the likelihood is | 11:21 |
replaceafill | jelkner, +1 | 11:21 |
jelkner | he wants that too | 11:21 |
jelkner | so we are only starting the process | 11:21 |
replaceafill | jelkner, why do we need the meeting then? | 11:21 |
jelkner | because we need to start talking about the scope of the work | 11:21 |
replaceafill | jelkner, i mean | 11:21 |
jelkner | so lelkneralfaro can begin working on the proposal | 11:22 |
replaceafill | jelkner, we need lelkneralfaro involved in this too | 11:22 |
*** mjsir911 has joined #novawebdev | 11:22 | |
jelkner | and you can help him with that | 11:22 |
replaceafill | jelkner, sure | 11:22 |
jelkner | oh yes, i intend to have lelkneralfaro there too | 11:22 |
replaceafill | jelkner, +1 | 11:22 |
jelkner | good morning mjsir911 | 11:22 |
jelkner | mjsir911, did you go swimming? | 11:23 |
jelkner | speaking of lelkneralfaro, i expected to see him here by now, replaceafill | 11:24 |
jelkner | do you know what his schedule will be today? | 11:24 |
replaceafill | jelkner, no | 11:24 |
replaceafill | jelkner, give him a call? | 11:24 |
jelkner | ACTION picks up the phone | 11:24 |
replaceafill | :) | 11:24 |
zOnny | replaceafill: should I put my IP as an example ? | 11:31 |
replaceafill | zOnny, sure | 11:31 |
zOnny | replaceafill: ou just words saying <ip VM> | 11:31 |
replaceafill | zOnny, "let's assume we have a VM with IP 192.x.x.x" | 11:31 |
zOnny | replaceafill: that is better | 11:32 |
replaceafill | zOnny, then you can use the 192.x.x.x in the examples | 11:32 |
zOnny | replaceafill: cool, thanks | 11:32 |
*** mr_german has joined #novawebdev | 11:53 | |
mr_german | hello replaceafill | 11:56 |
replaceafill | hello mr_german | 11:56 |
zOnny | replaceafill: https://gitlab.com/novawebdevelopment/frank/tree/zOnny/vm_installation | 12:04 |
zOnny | *zOnny brb 5 min | 12:04 |
replaceafill | zOnny, you need to setup the runserver line in the in the following scripts | 12:05 |
replaceafill | zOnny, in the in the | 12:05 |
replaceafill | zOnny, otherwise looks fine, please merge | 12:05 |
replaceafill | zOnny, and make sure to delete the source branch | 12:06 |
replaceafill | zOnny, after merging | 12:06 |
zOnny | replaceafill: it is clear enough ? | 12:11 |
replaceafill | zOnny, sure | 12:11 |
zOnny | replaceafill: merging [===%.....] | 12:11 |
zOnny | hey mr_german | 12:15 |
*** lelkneralfaro has joined #novawebdev | 12:23 | |
mr_german | hey zOnny | 12:24 |
*** mjsir911 has joined #novawebdev | 12:31 | |
*** zOnny has joined #novawebdev | 12:58 | |
*** lelkneralfaro has joined #novawebdev | 13:00 | |
zOnny | replaceafill, there is not no more airplane for awhile | 13:03 |
zOnny | replaceafill: https://imgur.com/a/GBfcAby | 13:03 |
zOnny | replaceafill: before https://imgur.com/a/uaaIaeo | 13:04 |
replaceafill | zOnny, yikes | 13:05 |
replaceafill | :) | 13:05 |
zOnny | mr_german: busy ? | 13:05 |
mr_german | zOnny, sup | 13:17 |
replaceafill | zOnny, ping | 14:02 |
zOnny | replaceafill: pong | 14:11 |
replaceafill | zOnny, could you do me a favor when you have a chance | 14:11 |
zOnny | replaceafill: yes | 14:11 |
replaceafill | zOnny, using your tendenci project created by frank | 14:11 |
zOnny | replaceafill: ok | 14:11 |
replaceafill | zOnny, you should have the themes/nova repo set | 14:11 |
replaceafill | zOnny, could you try setting abby's homepage in it | 14:12 |
replaceafill | zOnny, i think i found an error but i want to double check | 14:12 |
replaceafill | zOnny, you just need to go to themes/nova and checkout abby's branch | 14:12 |
replaceafill | zOnny, then try to set up the homepage | 14:12 |
zOnny | replaceafill: on it | 14:12 |
replaceafill | zOnny, makes sense? | 14:13 |
zOnny | replaceafill: I cannot find abbyscleaning branch | 14:14 |
replaceafill | zOnny, git fetch origin? | 14:14 |
zOnny | replaceafill: https://paste.pound-python.org/show/nEYh0kZGv3bUwXijLcZX/ | 14:17 |
replaceafill | zOnny, fetch only takes the origin parameter | 14:17 |
replaceafill | zOnny, just: git fetch origin | 14:18 |
replaceafill | zOnny, then: git checkout abbyscleaning | 14:18 |
zOnny | replaceafill: ok | 14:18 |
zOnny | replaceafill: I have a question | 14:23 |
replaceafill | zOnny, yes? | 14:23 |
zOnny | replaceafill: working in frank master branch is fine ? | 14:24 |
replaceafill | zOnny, what do you mean? | 14:24 |
zOnny | replaceafill: once you get frank repo | 14:24 |
replaceafill | zOnny, i don't expect we change it a lot | 14:25 |
zOnny | replaceafill: ok | 14:25 |
zOnny | I just wondering | 14:25 |
replaceafill | zOnny, but if you find an issue and change something i'd like to check it first | 14:25 |
zOnny | replaceafill: ok | 14:25 |
replaceafill | zOnny, like in the README update you made earlier today | 14:25 |
replaceafill | zOnny, did abby's theme worked? | 14:25 |
replaceafill | work* | 14:25 |
zOnny | replaceafill: yes | 14:25 |
replaceafill | zOnny, did you create the custom boxes? | 14:26 |
zOnny | I am on it | 14:26 |
zOnny | replaceafill: I am doing it | 14:26 |
replaceafill | zOnny, ok | 14:26 |
zOnny | replaceafill: Do you want it biligual ? | 14:32 |
replaceafill | zOnny, no | 14:32 |
zOnny | replaceafill: ok | 14:32 |
replaceafill | zOnny, i just want to know if the custom boxes in the homepage work | 14:32 |
replaceafill | zOnny, without you making any configuration changes | 14:32 |
replaceafill | zOnny, other than the theme set up | 14:32 |
zOnny | replaceafill: tendenci_overrides is not set in the conf/local_settings.py | 14:34 |
replaceafill | zOnny, it is | 14:35 |
replaceafill | zOnny, can you paste your local_settings? | 14:35 |
zOnny | replaceafill: I have only attendance | 14:35 |
replaceafill | zOnny, it's at the bottom? | 14:35 |
replaceafill | zOnny, below the help-desk comment? | 14:35 |
zOnny | replaceafill: ah | 14:35 |
zOnny | replaceafill: I see | 14:35 |
replaceafill | zOnny, right? | 14:36 |
zOnny | replaceafill: correct | 14:36 |
replaceafill | zOnny, if you move it up before attendance, it should work | 14:36 |
replaceafill | zOnny, that's the bug i found today | 14:36 |
replaceafill | zOnny, thanks for confirming it | 14:36 |
replaceafill | zOnny, i'll fix it | 14:36 |
zOnny | replaceafill: ah | 14:36 |
replaceafill | zOnny, oh and see: https://gitlab.com/novawebdevelopment/tendenci_overrides/commit/7f035c77e14e23a816316d16d3995fca7906086c | 14:36 |
replaceafill | zOnny, i found a way to speed those damn migrations | 14:37 |
zOnny | replaceafill: it doesn't work right ? | 14:37 |
replaceafill | zOnny, tendenci_overrides? | 14:37 |
replaceafill | zOnny, no | 14:37 |
zOnny | replaceafill: wow | 14:39 |
*** mjsir911 has joined #novawebdev | 14:39 | |
zOnny | replaceafill: Is it how frank work ? | 14:40 |
replaceafill | zOnny, not yet, but i'm "on it" :) | 14:40 |
replaceafill | zOnny, i'm creating a 1G linode now to test the new initial migrations | 14:41 |
zOnny | replaceafill: :O | 14:41 |
replaceafill | zOnny, if this works we can finally train you and mr_german to start setting up everything on your own :) | 14:42 |
replaceafill | zOnny, well... we need to figure out the threads input, but still... ;) | 14:43 |
replaceafill | ok, back to work | 14:44 |
replaceafill | thanks for you help zOnny | 14:44 |
zOnny | replaceafill: well, I appreciate you time on teaching me how these technologies work | 14:46 |
replaceafill | zOnny, :) | 14:47 |
replaceafill | zOnny, migrations ran in 8 minutes with 1 GB vps | 14:58 |
replaceafill | zOnny, down from almost 3 hours! | 14:58 |
zOnny | replaceafill: cool | 14:58 |
zOnny | replaceafill: glad to hear that | 14:58 |
replaceafill | ACTION goes to get lunch, bb in ~40 | 15:01 |
*** mjsir911 has joined #novawebdev | 15:16 | |
mr_german | zOnny, hey | 15:25 |
zOnny | hey mr_german | 15:25 |
mr_german | zOnny, did you have the time to check my issue? | 15:25 |
mr_german | or are you working | 15:25 |
mr_german | on something else | 15:25 |
mr_german | ? | 15:25 |
zOnny | mr_german: I was kind of confused about what frank does | 15:26 |
mr_german | I was testing your google doc, and you can do just migrate | 15:26 |
mr_german | zOnny, lol | 15:26 |
mr_german | zOnny, frank is all in one | 15:26 |
mr_german | ;) | 15:26 |
zOnny | mr_german: but seems it is not different to tendenci | 15:27 |
zOnny | mr_german: you right | 15:27 |
mr_german | tendenci + helios + attendance | 15:27 |
mr_german | that's frank | 15:27 |
zOnny | mr_german: https://gitlab.com/novawebdevelopment/helios-base-theme | 15:29 |
mr_german | my branch | 15:29 |
mr_german | https://gitlab.com/novawebdevelopment/helios-base-theme/tree/gfbot/questions_tmeplate | 15:29 |
zOnny | mr_german: are you working in a separated repo ? | 15:29 |
mr_german | yep | 15:29 |
zOnny | mr_german: where this repo goes in frank ? | 15:30 |
mr_german | yes | 15:30 |
mr_german | helios-frank > theme | 15:30 |
zOnny | mr_german: ah | 15:31 |
zOnny | mr_german: I see | 15:31 |
zOnny | mr_german: in my project should go here right ? https://paste.pound-python.org/show/oF6iSnVNvQzX0RlbxCxI/ | 15:32 |
mr_german | zOnny, yes | 15:32 |
mr_german | you just have | 15:32 |
mr_german | to do | 15:32 |
mr_german | "git checkout mybranch" | 15:32 |
mr_german | ;) | 15:32 |
zOnny | mr_german: that is helpful | 15:33 |
mr_german | yes | 15:33 |
zOnny | mr_german: hold on | 15:33 |
zOnny | mr_german: should the name be helios-base-theme ? | 15:34 |
zOnny | mr_german: or it does not matter | 15:34 |
mr_german | theme | 15:35 |
zOnny | mr_german: because in nova-base-theme we have the repo as nova | 15:35 |
mr_german | is helios-base-theme | 15:35 |
zOnny | mr_german: ok | 15:35 |
mr_german | i dont understant your question :D | 15:35 |
mr_german | understand* | 15:36 |
zOnny | mr_german: I cloned as it is | 15:37 |
mr_german | zOnny, | 15:37 |
zOnny | which is the branch that you want me tolook at ? | 15:37 |
mr_german | did you clone | 15:37 |
mr_german | or pull it | 15:37 |
mr_german | ? | 15:37 |
mr_german | you don't need to clone anything | 15:38 |
mr_german | lol | 15:38 |
zOnny | mr_german: ? | 15:38 |
mr_german | theme is already helios-bease-theme | 15:38 |
zOnny | mr_german: removing clone :( | 15:38 |
mr_german | ;) | 15:38 |
mr_german | go to theme | 15:38 |
mr_german | and type "git pull" | 15:38 |
zOnny | mr_german: but is isnot already in the helios theme | 15:38 |
mr_german | you'll see thats the main repo | 15:38 |
mr_german | zOnny, ah? | 15:39 |
zOnny | mr_german: are we in the same page ? | 15:39 |
mr_german | you are now on helios-frank/theme | 15:39 |
mr_german | right? | 15:39 |
zOnny | mr_german: https://paste.pound-python.org/show/oF6iSnVNvQzX0RlbxCxI/ | 15:39 |
zOnny | mr_german: yes | 15:39 |
mr_german | yes | 15:39 |
mr_german | well | 15:39 |
mr_german | there you only have to do | 15:40 |
mr_german | git pull and | 15:40 |
mr_german | git checkout | 15:40 |
zOnny | mr_german: ok | 15:40 |
mr_german | mybranch | 15:40 |
replaceafill | what's the name of your branch mr_german | 15:40 |
replaceafill | mr_german, try to make things easier for others | 15:40 |
replaceafill | mr_german, paste full commands | 15:40 |
zOnny | replaceafill: it is fine | 15:41 |
zOnny | replaceafill: I understand in the hard way :) | 15:41 |
replaceafill | and zOnny, these are the things that you can help documenting in frank's README | 15:41 |
replaceafill | zOnny, things you initially don't understand | 15:41 |
mr_german | zOnny, branch's name gfbot/questions_tmeplate | 15:41 |
zOnny | mr_german: I am already in your branch | 15:42 |
mr_german | zOnny, now run tendenci, helios and celery | 15:43 |
zOnny | mr_german: mr_german running ........... | 15:43 |
zOnny | mr_german: hold on | 15:43 |
zOnny | mr_german: I just got exited | 15:44 |
mr_german | ok | 15:44 |
mr_german | lol | 15:44 |
zOnny | mr_german: ok | 15:44 |
zOnny | mr_german: which link should I look at ? | 15:45 |
mr_german | zOnny, are you ready? | 15:46 |
zOnny | mr_german: I cannot wait | 15:46 |
mr_german | zOnny, try to create an election | 15:46 |
mr_german | and add question | 15:47 |
zOnny | mr_german: in which link ? :( | 15:47 |
mr_german | helios:8000 | 15:47 |
zOnny | in my tendenci:9000 ? | 15:47 |
zOnny | mr_german: ah | 15:47 |
replaceafill | zOnny, https://novawebdevelopment.org/help-files/create-election/ | 15:47 |
mr_german | replaceafill, we should update those pics one day | 15:48 |
replaceafill | mr_german, i'm creating the issue now | 15:48 |
replaceafill | mr_german, i'll assign it to you | 15:48 |
mr_german | omg.. | 15:48 |
zOnny | mr_german: I got my cleanning site as a default | 15:48 |
replaceafill | zOnny, that shouldn't be a problem | 15:48 |
zOnny | mr_german: it is because I am in my cleaning branch in tendenci themes right ? | 15:49 |
zOnny | replaceafill: ok | 15:49 |
zOnny | zOnny yes | 15:50 |
replaceafill | zOnny, helios should look ok in any theme | 15:50 |
replaceafill | zOnny, if it doesn't please let us know | 15:50 |
replaceafill | https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/67 | 15:50 |
zOnny | replaceafill: for sure | 15:51 |
zOnny | mr_german: I am creating an election | 15:52 |
zOnny | mr_german: Do you want me to look at something while creating it ? | 15:52 |
mr_german | yes | 15:52 |
mr_german | the questions part | 15:52 |
mr_german | add, edit, move delete | 15:53 |
mr_german | on mobile also | 15:53 |
zOnny | mr_german: btw good work man | 15:53 |
mr_german | please | 15:53 |
mr_german | zOnny, thanks! :) | 15:53 |
zOnny | mr_german: wow | 15:55 |
zOnny | mr_german: I am so impressed with the theming part | 15:55 |
replaceafill | zOnny, ping me when you finish helping mr_german | 15:56 |
zOnny | replaceafill: ok | 15:57 |
mr_german | zOnny, test it on mobile version | 15:57 |
mr_german | if you can | 15:57 |
mr_german | please. | 15:57 |
mr_german | replaceafill, I can this | 15:58 |
mr_german | https://novawebdevelopment.org/help-files/create-election/ | 15:58 |
mr_german | right? | 15:58 |
mr_german | i can edit* | 15:58 |
zOnny | mr_german: I am in the question | 15:58 |
replaceafill | mr_german, yes | 15:58 |
mr_german | replaceafill, cool | 15:58 |
mr_german | zOnny, all my work is on that area | 15:58 |
replaceafill | mr_german, but finish issues with higher weigths first | 15:58 |
mr_german | "questions part" | 15:58 |
replaceafill | mr_german, if you have any | 15:58 |
zOnny | mr_german: where is the add , edith , move ? | 15:58 |
mr_german | zOnny, edit and move | 15:59 |
mr_german | is on the button | 15:59 |
mr_german | with the gear | 15:59 |
mr_german | to the right | 15:59 |
zOnny | mr_german: ah | 15:59 |
zOnny | mr_german: this is fancy | 16:00 |
mr_german | zOnny, we try to make this "Easy to use" for the user | 16:01 |
zOnny | mr_german: cheking at mobile size | 16:01 |
zOnny | mr_german: which is the issue here ? | 16:01 |
mr_german | zOnny, if everything works | 16:02 |
mr_german | on that part | 16:02 |
mr_german | "Add questions, edit, move, add more 5 questions" | 16:02 |
replaceafill | 5 answers! | 16:03 |
replaceafill | sigh... | 16:03 |
mr_german | replaceafill, ah yes | 16:03 |
mr_german | lol | 16:03 |
zOnny | mr_german: hold on | 16:05 |
zOnny | I am trying to show you how it displays | 16:07 |
zOnny | mr_german: but imgur.com is crashing right now | 16:07 |
mr_german | zOnny, it works for me | 16:08 |
zOnny | mr_german: well should be my internet ? | 16:08 |
mr_german | maybe because it works | 16:09 |
zOnny | mr_german: this is how looks like https://imgur.com/a/VJGRNPR | 16:09 |
mr_german | zOnny, lol the title's color | 16:10 |
mr_german | zOnny, look the "Questions" | 16:10 |
mr_german | part | 16:10 |
mr_german | how the modal looks like | 16:10 |
zOnny | mr_german: you men the button ? | 16:11 |
mr_german | and if it works good | 16:11 |
mr_german | yes | 16:11 |
replaceafill | mr_german, updated https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/71 | 16:12 |
zOnny | mr_german: the button works | 16:12 |
mr_german | zOnny, test all this on mobile https://i.imgur.com/97J5IyV.png | 16:15 |
replaceafill | mr_german, why is that not centered? | 16:16 |
replaceafill | mr_german, like the other views are? | 16:16 |
mr_german | replaceafill, maybe because im on | 16:16 |
mr_german | ora branch | 16:16 |
mr_german | let me change | 16:16 |
replaceafill | mr_german, also remove the + in the button and change it to Add Question? | 16:18 |
mr_german | replaceafill, https://i.imgur.com/LJIpQKV.png | 16:18 |
replaceafill | mr_german, the other buttons don't have icons, right? | 16:18 |
mr_german | replaceafill, no | 16:18 |
replaceafill | mr_german, can you make it work the same on any branch? | 16:18 |
replaceafill | mr_german, why does the ora branch not center it? | 16:18 |
mr_german | replaceafill, idk | 16:19 |
mr_german | mmm | 16:19 |
replaceafill | mr_german, ok, i'll create an issue for it | 16:19 |
replaceafill | mr_german, we need helios to look right in all the tendenci themes | 16:19 |
mr_german | replaceafill, i can test helios with all the branches | 16:20 |
mr_german | that we have | 16:20 |
mr_german | replaceafill, ohh | 16:21 |
mr_german | replaceafill, i see the issue | 16:21 |
replaceafill | mr_german, hold on | 16:21 |
mr_german | ora branch doesn't have base.css updated | 16:21 |
mr_german | that's why | 16:21 |
mr_german | do you remember when i removed all the css from base.css? | 16:22 |
replaceafill | mr_german, done https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/72 | 16:22 |
mr_german | we have to update | 16:22 |
mr_german | .css | 16:22 |
mr_german | base.css* | 16:22 |
replaceafill | mr_german, you have to :) | 16:23 |
replaceafill | mr_german, and have zOnny to help you double checking | 16:23 |
mr_german | replaceafill, ora_dev is sync with prod right? | 16:23 |
replaceafill | mr_german, don't worry about the home page in helios though | 16:23 |
replaceafill | mr_german, it should | 16:23 |
mr_german | well so | 16:23 |
replaceafill | mr_german, but i have lost track at this point | 16:23 |
mr_german | change dev branch | 16:23 |
mr_german | and then merge it to prod | 16:24 |
replaceafill | mr_german, you can do that | 16:24 |
mr_german | thats the good way? | 16:24 |
replaceafill | mr_german, +1 | 16:24 |
mr_german | replaceafill, well, i have to do that with all the branch if they have it | 16:24 |
mr_german | ;) | 16:24 |
replaceafill | mr_german, go ahead, but that's weight 5 | 16:24 |
replaceafill | mr_german, finish higher weights first | 16:25 |
mr_german | replaceafill, i don't have higher | 16:25 |
replaceafill | mr_german, cool | 16:25 |
mr_german | just those ones that require python | 16:25 |
mr_german | skilss | 16:25 |
mr_german | skills | 16:25 |
mr_german | :( | 16:25 |
replaceafill | mr_german, i'll mark those with the Django label | 16:25 |
mr_german | 1+ | 16:25 |
mr_german | replaceafill, at the moment those issues are not assigned to me | 16:26 |
mr_german | so i can work on these ones | 16:26 |
mr_german | ;) | 16:26 |
replaceafill | mr_german, work on the ones assigned to you, yes | 16:26 |
replaceafill | zOnny, can you pause your testing? | 16:27 |
replaceafill | zOnny, i'd like to discuss something with you and mr_german | 16:27 |
zOnny | mr_german: https://imgur.com/a/pjYUCbs | 16:27 |
zOnny | replaceafill: paused | 16:27 |
zOnny | replaceafill: yes ? | 16:27 |
replaceafill | mr_german, look at that 0 touching the gear in zOnny's screenshot :) | 16:28 |
replaceafill | ok cool | 16:28 |
replaceafill | i'll stop addressing you both now | 16:28 |
replaceafill | to save typing | 16:28 |
replaceafill | zOnny, first, i created a linode account for you | 16:28 |
replaceafill | zOnny, could you log in and change your password | 16:28 |
replaceafill | zOnny, now | 16:28 |
zOnny | replaceafill: right now ? | 16:28 |
replaceafill | zOnny, please | 16:28 |
zOnny | replaceafill: on it | 16:28 |
mr_german | replaceafill, cool | 16:31 |
mr_german | fixed | 16:31 |
mr_german | ;) | 16:31 |
zOnny | replaceafill: done | 16:32 |
replaceafill | zOnny, thanks | 16:33 |
replaceafill | zOnny, so you'll use that for creating linodes, ok? | 16:33 |
replaceafill | mr_german already has his linode account | 16:33 |
zOnny | replaceafill: ok | 16:33 |
mr_german | do i? | 16:33 |
mr_german | replaceafill, | 16:33 |
replaceafill | now please both of you check: https://gitlab.com/groups/novawebdevelopment/-/labels | 16:33 |
replaceafill | mr_german, yes | 16:33 |
replaceafill | and let me know if you have questions about those labels | 16:34 |
zOnny | replaceafill: what is this ? | 16:34 |
mr_german | replaceafill, Upstream | 16:34 |
zOnny | replaceafill: ah | 16:34 |
replaceafill | zOnny, labels we as a group can use for issues in gitlab | 16:34 |
mr_german | what's that | 16:34 |
zOnny | replaceafill: never mind | 16:34 |
mr_german | mr. replaceafill | 16:34 |
replaceafill | mr_german, upstream means the "mother" repo | 16:35 |
replaceafill | mr_german, in our case for example | 16:35 |
replaceafill | mr_german, we have our fork in gitlab for helios-server | 16:35 |
zOnny | I can use these label in reference of the Issues? | 16:35 |
replaceafill | mr_german, the upstream repo would be benadida/helios-server in github | 16:35 |
replaceafill | zOnny, correct | 16:35 |
replaceafill | mr_german, makes sense? | 16:35 |
replaceafill | the upstream repo for tendenci would be tendenci/tendenci in github and so on | 16:36 |
replaceafill | upstream means "rio arriba", "la fuente" | 16:36 |
replaceafill | "de donde sale el monton de agua" | 16:36 |
replaceafill | "el nacimiento" | 16:36 |
replaceafill | :D | 16:36 |
replaceafill | we're downstream | 16:36 |
mr_german | replaceafill, oh yes | 16:36 |
replaceafill | we suck the water! | 16:36 |
replaceafill | ok, that's it on that | 16:37 |
replaceafill | second point | 16:37 |
mr_german | got it replaceafill | 16:37 |
replaceafill | the waiting label | 16:37 |
replaceafill | Input from a 3rd party (not us) is needed | 16:37 |
replaceafill | that's intended for marking an issue like we, NOVAWEBDEVELOPMENT, are waiting for someone else | 16:38 |
replaceafill | i noticed zOnny marked this: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/70 | 16:38 |
replaceafill | as Waiting | 16:38 |
zOnny | replaceafill: Oops | 16:38 |
replaceafill | zOnny, that's fine | 16:39 |
replaceafill | but i want to make something clear | 16:39 |
replaceafill | in jelkner's case | 16:39 |
replaceafill | don't assume he's paying attention to labels | 16:39 |
jelkner | my notice just popped up | 16:39 |
replaceafill | zOnny, i assume you marked it and expected like | 16:39 |
jelkner | someone was talking about me ;-) | 16:39 |
replaceafill | jelkner, feel free to ignore me | 16:39 |
mr_german | lol | 16:39 |
jelkner | sorry | 16:39 |
replaceafill | zOnny, you probably expected "once jelkner sees this as waiting he'll reply" | 16:40 |
zOnny | replaceafill: correct | 16:40 |
replaceafill | it's hard to get a reply from jelkner in gitlab | 16:40 |
replaceafill | so don't count on it | 16:40 |
zOnny | replaceafill: ok | 16:40 |
replaceafill | makes sense mr_german? | 16:40 |
zOnny | replaceafill: how about you ? | 16:40 |
replaceafill | the three of us can assume we do pay attention | 16:40 |
replaceafill | we should be paying attention | 16:40 |
replaceafill | that's our job | 16:40 |
replaceafill | that's why we get paid for | 16:40 |
replaceafill | ok? | 16:41 |
replaceafill | but in this case | 16:41 |
zOnny | replaceafill: but the assigned notify it correct ? | 16:41 |
mr_german | replaceafill, 1+ | 16:41 |
replaceafill | you want to ask either jelkner directly or another developer to double check | 16:41 |
replaceafill | and please use the gitlab issues for that | 16:41 |
replaceafill | don't start sending new email threads | 16:42 |
replaceafill | gitlab does that when you mention someone | 16:42 |
replaceafill | and the conversation gets recorded for people who were not included | 16:42 |
replaceafill | like Kevin, or Marco, etc | 16:42 |
zOnny | replaceafill: I will keep that in mind :( | 16:42 |
replaceafill | no | 16:42 |
replaceafill | it's your job | 16:42 |
replaceafill | to do it | 16:42 |
replaceafill | that's my point here | 16:42 |
replaceafill | we need to get better at this | 16:42 |
replaceafill | ok, that's all | 16:43 |
replaceafill | in this point :) | 16:43 |
zOnny | replaceafill: ok | 16:43 |
replaceafill | now, reviews | 16:43 |
mr_german | replaceafill, 1+ | 16:43 |
replaceafill | we want all of us to be swappable, right? | 16:43 |
replaceafill | like mr_german gets sick one day because too much gym | 16:43 |
replaceafill | and then we throw zOnny at the problem | 16:43 |
replaceafill | at the *same* problem | 16:44 |
replaceafill | and he delivers | 16:44 |
replaceafill | for that we all have to be familiar with each other's work | 16:44 |
replaceafill | it's good that zOnny now has a working helios set up | 16:44 |
replaceafill | and i think you're now able to start creating dev environments using frank | 16:44 |
zOnny | replaceafill: which really cool by the way | 16:45 |
replaceafill | you just need to get familiar with the repos | 16:45 |
replaceafill | and where to find them | 16:45 |
mr_german | zOnny, yes! | 16:45 |
replaceafill | so, i'll ask you a favor | 16:45 |
replaceafill | could you please review each other's work from now own? | 16:45 |
zOnny | shoot | 16:45 |
replaceafill | sure, there's work that doesn't need review | 16:45 |
replaceafill | like changes to Abby's site | 16:45 |
replaceafill | those can be straightforward changes | 16:46 |
replaceafill | fix, commit, push | 16:46 |
replaceafill | but in the case of LibreOrganize functionality | 16:46 |
replaceafill | i'd like to ask you to request the other to double check your fixes | 16:46 |
replaceafill | like mr_german's question page split | 16:46 |
zOnny | replaceafill: ok | 16:47 |
replaceafill | again, it's our job | 16:47 |
replaceafill | but i'm a bit busy trying to juggle | 16:47 |
replaceafill | and i know you're able to do this | 16:47 |
replaceafill | on your own now | 16:47 |
replaceafill | makes sense? | 16:47 |
replaceafill | now that we have mr_german as a member | 16:47 |
replaceafill | we can count on him | 16:47 |
replaceafill | having full time for this | 16:48 |
replaceafill | so you two can move faster if you help each other | 16:48 |
replaceafill | zOnny will start school soon, but we adapt to schedule changes | 16:48 |
replaceafill | finally, once you get an issue assigned | 16:48 |
replaceafill | or take one on your own | 16:48 |
replaceafill | it's *your* responsibility to close it | 16:49 |
replaceafill | that means nagging others | 16:49 |
replaceafill | other developers to review it for you | 16:49 |
replaceafill | or users to double check it in production | 16:49 |
replaceafill | "can you please do this and this for me? thanks!" | 16:49 |
replaceafill | again, doing this on the issues is best | 16:49 |
replaceafill | if you get no response after a day | 16:50 |
replaceafill | send another request | 16:50 |
replaceafill | "have you had a chance to check this?" | 16:50 |
replaceafill | once the other party tells you everything is in place | 16:50 |
replaceafill | please *close* the issues | 16:50 |
replaceafill | same with merge requests | 16:51 |
replaceafill | and delete old branches | 16:51 |
replaceafill | if you're sure you won't need them anymore | 16:51 |
replaceafill | i'll try to do this from time to time, but i'll appreciate it if you make it par of your workflow | 16:51 |
replaceafill | part* | 16:51 |
replaceafill | zOnny, mr_german makes sense? | 16:51 |
zOnny | replaceafill: ok | 16:52 |
mr_german | replaceafill, ok | 16:52 |
replaceafill | questions, or comments? | 16:52 |
mr_german | replaceafill, no at the moment | 16:52 |
replaceafill | once we know zOnny's school schedule, we | 16:52 |
replaceafill | 'll set a time for a weekly meeting | 16:52 |
replaceafill | it's good to tell the others what you plan on working for the week | 16:53 |
replaceafill | so we all can expect results from each other | 16:53 |
replaceafill | i'm really glad mr_german is now a member | 16:53 |
replaceafill | we made good progress during the sprint on helios | 16:53 |
replaceafill | let's keep the pace | 16:53 |
replaceafill | mr_german, zOnny thanks guys! | 16:53 |
replaceafill | ttyl | 16:54 |
zOnny | replaceafill: thanks | 16:54 |
replaceafill | zOnny, feel free to take issues that are not assigned | 16:54 |
zOnny | replaceafill: cool | 16:54 |
replaceafill | zOnny, actually | 16:55 |
replaceafill | zOnny, i'm going to start sending some Voting ones to you | 16:55 |
zOnny | replaceafill: ok | 16:55 |
replaceafill | so is this done: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/66? | 16:55 |
replaceafill | mr_german, ^ | 16:55 |
mr_german | yes | 16:56 |
mr_german | i fixed the button gear | 16:56 |
replaceafill | mr_german, merge and close then if zOnny approves | 16:56 |
mr_german | ok | 16:56 |
mr_german | replaceafill, now i'm working on removing election css from base.css | 16:56 |
replaceafill | mr_german, what is that? | 16:56 |
mr_german | replaceafill, las clases que quite del base.css master para helios | 16:57 |
mr_german | aun estan en los repos | 16:57 |
replaceafill | mr_german, ok | 16:57 |
mr_german | asi que estoy quitandolo | 16:57 |
mr_german | y haciendole mege | 16:57 |
mr_german | merge* | 16:57 |
mr_german | replaceafill, https://gitlab.com/novawebdevelopment/nova-base-theme/tree/ora_prod | 16:58 |
mr_german | me faltan los demaas | 16:58 |
replaceafill | mr_german, ok | 16:58 |
replaceafill | mr_german, zOnny regarding LibreOrganize changes | 16:58 |
mr_german | zOnny, so.. tell me if everything works | 16:58 |
replaceafill | we need to pay attention to the -ams projects first | 16:58 |
mr_german | to close it and merge it | 16:58 |
replaceafill | in this same order: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/72 | 16:59 |
replaceafill | our site first, then ora, aea, and so on | 16:59 |
replaceafill | zOnny, that includes your forums fixes | 16:59 |
mr_german | replaceafill, cool | 16:59 |
zOnny | replaceafill: you mean updating master ? | 17:00 |
replaceafill | zOnny, master and those themes | 17:01 |
zOnny | replaceafill: OK | 17:01 |
zOnny | mr_german: I would like to understand how Helios-base-theme branches works | 17:03 |
mr_german | what do you mean? zOnny | 17:04 |
zOnny | mr_german: are you always get a new branch from master ? | 17:04 |
replaceafill | zOnny, no | 17:04 |
replaceafill | zOnny, there should only be a master branch | 17:04 |
replaceafill | zOnny, the rest are mr_german's personal ones | 17:05 |
replaceafill | zOnny, and most of them are not necessary anymore | 17:05 |
zOnny | replaceafill: you mean al these branches are being merged to master ? | 17:05 |
replaceafill | zOnny, most of them were already | 17:05 |
replaceafill | zOnny, mr_german created them during the sprint | 17:05 |
replaceafill | zOnny, and forgot to get rid of them | 17:06 |
zOnny | replaceafill: make sense | 17:06 |
replaceafill | zOnny, if you go to https://gitlab.com/novawebdevelopment/helios-base-theme/branches/active | 17:06 |
replaceafill | zOnny, and click the compare buttons | 17:06 |
replaceafill | zOnny, you won't see diffs between them and master | 17:06 |
zOnny | replaceafill: I see | 17:06 |
replaceafill | mr_german, this kind of confusion is why we delete temporary branches... | 17:07 |
mr_german | replaceafill, we should remove them or i should? :D | 17:07 |
replaceafill | mr_german, they're yours... | 17:07 |
lelkneralfaro | replaceafill, I don't want to interrupt the work you are doing now, but please ping me when you have a moment. I have some quick questions | 17:07 |
replaceafill | mr_german, they have your gfbot/ prefix | 17:07 |
replaceafill | lelkneralfaro, np shoot | 17:07 |
zOnny | mr_german: it is good practice once you are merging it | 17:07 |
replaceafill | mr_german, i even think helios_elections is yours? | 17:08 |
lelkneralfaro | replaceafill, okay, I'll try to ask good questions. I think it was last week that we set up tendenci for me to run on my own machine. | 17:08 |
mr_german | zOnny, yes | 17:08 |
zOnny | mr_german: I forgot somethimes | 17:08 |
mr_german | replaceafill, yes | 17:08 |
replaceafill | lelkneralfaro, ah yes | 17:08 |
lelkneralfaro | replaceafill, where i had to run those scripts (I think they are called) | 17:08 |
mr_german | zOnny, replaceafill i'll remove them | 17:08 |
replaceafill | mr_german, +1 | 17:09 |
lelkneralfaro | replaceafill, and then you told me that those files were outdated and that you would update the readme | 17:09 |
replaceafill | lelkneralfaro, you should have a frank directory somewhere | 17:09 |
lelkneralfaro | replaceafill, do I have this right so far? | 17:09 |
replaceafill | lelkneralfaro, yes | 17:09 |
lelkneralfaro | replaceafill, I do | 17:09 |
lelkneralfaro | replaceafill, did you make those changes already? | 17:09 |
mr_german | replaceafill, zOnny deleted | 17:09 |
replaceafill | lelkneralfaro, yes | 17:09 |
lelkneralfaro | replaceafill, okay now two questions | 17:09 |
replaceafill | lelkneralfaro, cd to the frank directory | 17:09 |
replaceafill | lelkneralfaro, and run: git pull origin master | 17:10 |
mr_german | zOnny, once you finish the reviewing of my issue i can close it | 17:10 |
zOnny | mr_german: that was quick | 17:10 |
mr_german | zOnny, https://gitlab.com/novawebdevelopment/helios-base-theme/branches | 17:10 |
replaceafill | lelkneralfaro, that'll bring you the latest changes to the scripts | 17:10 |
zOnny | mr_german: which issue ? | 17:10 |
mr_german | my issue | 17:10 |
mr_german | of the question part | 17:10 |
mr_german | if everything works | 17:11 |
lelkneralfaro | replaceafill, okay just did that. I'll check if it worked | 17:11 |
replaceafill | lelkneralfaro, then | 17:11 |
replaceafill | lelkneralfaro, you'll need to run the build.sh script again | 17:11 |
lelkneralfaro | replaceafill, cool | 17:11 |
replaceafill | lelkneralfaro, so it creates a *new* instance for you | 17:11 |
lelkneralfaro | replaceafill, got it | 17:11 |
replaceafill | lelkneralfaro, use a different suffix this time | 17:11 |
lelkneralfaro | replaceafill, okay two questions, if you have the time to answer. | 17:12 |
replaceafill | lelkneralfaro, sure, sorry for interrupting you | 17:12 |
lelkneralfaro | replaceafill, why do you suggest I use these local tendenci instances | 17:12 |
replaceafill | lelkneralfaro, because we're going to get rid of the testing server | 17:12 |
lelkneralfaro | replaceafill, rather than the demo on tendenci's site | 17:12 |
zOnny | mr_german: which commit was it ? | 17:13 |
replaceafill | lelkneralfaro, and you won't have a way to test *our features* | 17:13 |
replaceafill | lelkneralfaro, like the attendance, voting changes | 17:13 |
mr_german | zOnny, ? | 17:13 |
lelkneralfaro | replaceafill, ahh okay. yes that makes sense | 17:13 |
replaceafill | lelkneralfaro, if it's a tendenci "core" thing you need to test | 17:13 |
replaceafill | lelkneralfaro, the demo is good enough | 17:13 |
lelkneralfaro | replaceafill, duh... in fact. I could have figured that one out haha | 17:13 |
zOnny | mr_german: are you talking about this https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/72#note_98003538 | 17:13 |
lelkneralfaro | replaceafill, understood | 17:13 |
replaceafill | lelkneralfaro, :D | 17:13 |
mr_german | nono | 17:13 |
mr_german | the question part | 17:13 |
mr_german | questions | 17:13 |
mr_german | of helios | 17:13 |
zOnny | mr_german: checking | 17:15 |
mr_german | zOnny, https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/66 | 17:15 |
zOnny | mr_german: APPROVED | 17:15 |
mr_german | 1+ | 17:15 |
replaceafill | zOnny, you should write that in the issue.... | 17:15 |
replaceafill | mr_german, you should too in the issues you review for zOnny | 17:16 |
zOnny | replaceafill: I am on it | 17:16 |
replaceafill | that will allow you to work asynchronously | 17:16 |
zOnny | pasting the screenshoot :D | 17:16 |
replaceafill | since i know mr_german likes to work late at night ;) | 17:16 |
replaceafill | zOnny, that helps too | 17:16 |
mr_german | ACTION finding "asynchronously" on google :) | 17:16 |
replaceafill | mr_german, at different times | 17:16 |
replaceafill | mr_german, like when you're awake at 3 am and zOnny is dreaming | 17:17 |
mr_german | replaceafill, :D | 17:17 |
mr_german | lol | 17:17 |
lelkneralfaro | replaceafill, okay question two, and this is just more out of curiosity. What exactly is a virtual machine and why is it used here? I wikipediad it and read over the description. From what I understand a virtual machine is used in launching the local tendenci instance because my actual machine running ubuntu does not have all the files (or is not the right environment/architecture) to run tendenci | 17:17 |
zOnny | replaceafill: mr_german we are about to leave to our CODEFORNOVA meeting | 17:17 |
lelkneralfaro | replaceafill, does that sound correct? | 17:17 |
replaceafill | lelkneralfaro, no, we're not using virtual machines or VMs for this | 17:17 |
zOnny | mr_german: I will ping you later | 17:17 |
replaceafill | lelkneralfaro, you're actually changing your pc or laptop OS | 17:18 |
mr_german | zOnny, sure | 17:18 |
mr_german | thanks! man | 17:18 |
replaceafill | lelkneralfaro, a VM is like a big file that you can throw out if you want | 17:18 |
zOnny | mr_german: replaceafill thank u guys | 17:18 |
replaceafill | later zOnny | 17:19 |
lelkneralfaro | replaceafill, you mean with virtual machine you are actually changing your OS. like with Wine? | 17:19 |
replaceafill | lelkneralfaro, without a VM you're changing your laptop/PC OS | 17:19 |
replaceafill | lelkneralfaro, you're installing this directly into it | 17:19 |
replaceafill | lelkneralfaro, like postgres (the database manager) | 17:19 |
replaceafill | lelkneralfaro, you have it running now | 17:19 |
replaceafill | lelkneralfaro, i assume you have a good enough machine | 17:20 |
replaceafill | lelkneralfaro, and you don't develop on it | 17:20 |
replaceafill | lelkneralfaro, so this should be safe | 17:20 |
replaceafill | lelkneralfaro, zOnny on the other hand sets up separate vms for his work | 17:20 |
replaceafill | lelkneralfaro, but this has an administrative price | 17:20 |
replaceafill | lelkneralfaro, with the frank repo my goal is that should be easy to have all the moving parts set up in a dirty way | 17:21 |
replaceafill | lelkneralfaro, not production ready | 17:21 |
replaceafill | lelkneralfaro, just good enough for experimenting or developing on top of it | 17:22 |
replaceafill | lelkneralfaro, and mr_german is already experienced with it | 17:22 |
replaceafill | lelkneralfaro, it used to take him long to set up instances | 17:22 |
replaceafill | lelkneralfaro, and he usually formats his computers as frequently as he changes pants :D | 17:22 |
mr_german | replaceafill, issue closed and merged | 17:22 |
replaceafill | mr_german, cool, thanks! | 17:22 |
replaceafill | lelkneralfaro, the VM approach is better when you want to provide people outside your development team a way to test your software | 17:23 |
replaceafill | lelkneralfaro, someone who doesn't have access to your developers or is less familiar with your tools | 17:24 |
replaceafill | lelkneralfaro, i hope this makes sense and answers at least part of your question | 17:24 |
lelkneralfaro | replaceafill, I think I understand. I was confused at first by the "changing your laptop/PC OS" | 17:25 |
replaceafill | lelkneralfaro, ah | 17:25 |
lelkneralfaro | replaceafill, I thought that meant I was creating a new OS | 17:25 |
lelkneralfaro | replaceafill, but I think now you just meant I was adding to my OS | 17:25 |
replaceafill | lelkneralfaro, no, have you used the ubuntu software center | 17:25 |
replaceafill | lelkneralfaro, correct | 17:25 |
lelkneralfaro | replaceafill, so that it has the right environment to launch tendenci | 17:25 |
replaceafill | lelkneralfaro, correct | 17:25 |
lelkneralfaro | replaceafill, (I don't know if I'm using the term "environment" correctly there" | 17:26 |
lelkneralfaro | replaceafill, but you get the point | 17:26 |
replaceafill | lelkneralfaro, it is correct | 17:26 |
lelkneralfaro | replaceafill, cool | 17:26 |
replaceafill | lelkneralfaro, just be aware that "frank" (i knew i needed a name for it) is a moving target at this point | 17:26 |
replaceafill | lelkneralfaro, i just discovered a bug in it this morning | 17:27 |
replaceafill | lelkneralfaro, but it shouldn't affect *you* much | 17:27 |
lelkneralfaro | replaceafill, and virtual machines are good if you don't want to make changes to someone's OS for whatever reason, or if someone frequently makes changes to their OS that will affect their ability to run applications | 17:27 |
lelkneralfaro | replaceafill, like in the case with mr_german and the formatting of his machine | 17:28 |
replaceafill | lelkneralfaro, correct | 17:28 |
replaceafill | lelkneralfaro, yes | 17:28 |
replaceafill | lelkneralfaro, that's why zOnny is now so heavy on VMs | 17:28 |
replaceafill | lelkneralfaro, after losing some of his set up when his disk blew up | 17:28 |
replaceafill | or something | 17:28 |
lelkneralfaro | replaceafill, cool. got it. in concerns to the moving target point, should I regularly do the git pull origin master command? | 17:29 |
lelkneralfaro | replaceafill, to stay up to date? | 17:29 |
replaceafill | lelkneralfaro, yeah, i'll try to warn you though | 17:29 |
replaceafill | lelkneralfaro, when it's needed for you | 17:29 |
lelkneralfaro | replaceafill, cool. thanks. | 17:29 |
replaceafill | lelkneralfaro, in this case i just asked you to run it again because you should have all our sprint fixes | 17:29 |
replaceafill | lelkneralfaro, and you didn't get that the first time you used it | 17:29 |
lelkneralfaro | replaceafill, I'm trying to get more educated on the technical stuff. I watched a video on gitlab workflow | 17:29 |
lelkneralfaro | replaceafill, so I can understand what you all are talking about | 17:30 |
replaceafill | lelkneralfaro, unfortunately frank doesn't allow you to "update" | 17:30 |
replaceafill | lelkneralfaro, big +1 | 17:30 |
lelkneralfaro | replaceafill, yeah it helped a lot | 17:30 |
lelkneralfaro | replaceafill, okay that's all from me. thanks for answering the questions! | 17:30 |
replaceafill | lelkneralfaro, np | 17:30 |
replaceafill | mr_german, could you double check this one in master: https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/46? | 17:32 |
replaceafill | mr_german, i think that's done | 17:32 |
mr_german | replaceafill, im on it | 17:33 |
replaceafill | mr_german, thanks, make sure you're not authenticated | 17:33 |
mr_german | replaceafill, yes | 17:35 |
mr_german | it works | 17:35 |
replaceafill | mr_german, thakns | 17:35 |
lelkneralfaro | replaceafill, should I replace the directories that have the old suffix from the first build.sh command? | 17:58 |
lelkneralfaro | replaceafill, sorry remove, not replace | 17:58 |
replaceafill | lelkneralfaro, you can delete them | 17:58 |
replaceafill | lelkneralfaro, yes | 17:58 |
lelkneralfaro | replaceafill, cool thanks | 17:58 |
lelkneralfaro | alright I'm signing off for the day | 18:28 |
*** zOnny has joined #novawebdev | 19:29 | |
*** mjsir911 has joined #novawebdev | 20:26 | |
*** mjsir911 has joined #novawebdev | 20:47 | |
*** mjsir911 has joined #novawebdev | 20:54 | |
*** mjsir911 has joined #novawebdev | 22:40 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!