IRC log of #novawebdev for Tuesday, 2018-10-09

*** zOnny has joined #novawebdev11:54
*** mjsir911 has joined #novawebdev12:37
*** jelkner has joined #novawebdev13:07
*** mjsir911 has joined #novawebdev13:45
*** mjsir911 has joined #novawebdev13:46
*** mjsir911 has joined #novawebdev13:47
*** mjsir911 has joined #novawebdev13:52
*** mjsir911 has joined #novawebdev13:57
*** mjsir911 has joined #novawebdev13:59
*** mjsir911 has joined #novawebdev14:01
*** replaceafill has joined #novawebdev14:44
jelknerGood morning, replaceafill!14:51
replaceafillgood morning jelkner14:51
jelknerSo, I'm feeling much better today14:51
replaceafilljelkner, are you sick?14:51
jelknerI was a bit down yesterday from the disappointment over news about Liberia14:52
replaceafilljelkner, ah14:52
jelknerbut as the saying goes, "When life gives you lemons... make lemonade!"14:52
replaceafilljelkner, :D14:53
jelknerI'm thinking this may be really what we want14:53
jelknerWe want to develop software for the people's movement14:53
jelknerIf the people's movement isn't ready to support us, we shouldn't really exist14:53
jelknerSo it's time to put that question to the test.14:54
jelknerI'm going to reach out actively to:14:54
jelkner1. The cooperative movement14:54
jelkner2. The labor movement14:54
jelkner3. Progressive organizations14:54
jelknerThat's who we want to serve, so we need to reach out to them actively14:55
jelkneri'm really hoping mr_german will make the move to san salvador14:55
jelknersince if we want to go this route14:55
jelknerwe need to have Libre Organize in ship shape14:55
jelknerwhich it is not14:56
replaceafilljelkner, +114:56
replaceafilljelkner, let me ask you this14:56
jelknershoot14:56
replaceafilljelkner, do you think fixing the UI, removing unnecessary options is the way to go now?14:57
jelkneryes14:57
replaceafilljelkner, cool, i discussed that with zOnny a bit yesterday14:57
jelkneri also think we need to get our business fully transparent online14:57
jelknerour income and expenses14:57
jelknereverything on open collective14:57
jelknerso that we can say, "look, this is who we are.  if you like what we are doing, help us!"14:58
replaceafilljelkner, is there anything you need me to do in that regard (open collective)?14:58
jelknerthat's my job14:58
replaceafilljelkner, cool14:58
jelkneryou're doing enough14:58
jelknerstudents coming, gotta go14:58
replaceafilljelkner, cool, ttyl14:58
*** zOnny has joined #novawebdev15:21
*** mr_german has joined #novawebdev16:13
mr_germanreplaceafill, they merge my PR16:46
mr_german:-)16:46
mr_germanmerged*16:46
replaceafillmr_german, yes, i saw16:46
*** zOnny has joined #novawebdev16:58
*** mjsir911 has joined #novawebdev17:20
replaceafilljelkner, zOnny, mr_german just sent an email17:39
replaceafillzOnny, mr_german please reply as soon as possible17:40
replaceafillzOnny, mr_german we need to start moving in that direction17:40
mr_germanreplaceafill, got it17:41
replaceafillmjsir911, can you answer schooltool docker questions?17:58
mjsir911yeah absolutely17:58
replaceafillmjsir911, https://paste.pound-python.org/show/NAY5M1lbsmMN4iPZNFNW/18:01
replaceafillmjsir911, i cloned the repo again and used make this time18:01
mjsir911make dev_run or just make?18:01
replaceafillmake dev_run18:02
mjsir911hmmm18:02
replaceafillmjsir911, and i have the custom.css in my directory:18:02
replaceafillreplaceafill@eluk:~/dev/schooltool-docker$ ls -altr standard/custom-css/custom.css 18:02
replaceafill-rw-rw-r-- 1 replaceafill replaceafill 30 Oct  9 11:55 standard/custom-css/custom.css18:02
replaceafillmjsir911, should i get rid of the containers/images and start from scratch?18:02
mjsir911did you modify it or is it just the default custom.css?18:02
replaceafillmjsir911, it's the default one18:03
mjsir911I don't think containers or images are the problem but sure, try that18:03
replaceafillmjsir911, yeah, i don't think that either18:03
replaceafillmjsir911, any other way to debug it?18:03
mjsir911could you include from when you run the command in a paste? I'd like to see what the makefile is running18:03
replaceafillmjsir911, ah sure18:03
replaceafillmjsir911, hold on18:03
replaceafillmjsir911, full traceback https://paste.pound-python.org/show/hg0LQDFZwTa1H2Gzpy7Q/18:04
replaceafillmjsir911, the custom.css is repeated because i tried reloading the page to see the source, etc18:05
replaceafillcustom.css error18:05
mjsir911yeah ok18:05
replaceafillmjsir911, and redis keeps complaining about the redis-dump.rdb not being there18:06
mjsir911oh there are a acouple problems, that helps18:07
mjsir911what are the permissions on the database dir?18:07
replaceafillmjsir911, drwxrwxr-x  2 replaceafill replaceafill 4096 Oct  9 11:55 database18:08
replaceafillmjsir911, what the...18:08
replaceafillreplaceafill@eluk:~/dev/schooltool-docker$ ll database/18:08
replaceafilltotal 818:08
replaceafilldrwxrwxr-x 2 replaceafill replaceafill 4096 Oct  9 11:55 .18:08
replaceafilldrwxrwxr-x 8 replaceafill replaceafill 4096 Oct  9 11:55 ..18:08
replaceafillmjsir911, that should be the /var/lib/schooltool directory, right?18:08
mjsir911replaceafill: make dev_run uses local database and standard directory, when you just run `make run` it will use /var/lib/schooltool and /etc/schooltool/standard proper18:09
replaceafillmjsir911, but in my case after dev_run ./database should have files, right?18:10
mjsir911indeed it should18:10
mjsir911does /var/lib/schooltool have files? It shouldn't even exist18:10
replaceafillreplaceafill@eluk:~/dev/schooltool-docker$ LANG=C ls -altr /var/lib/schooltool18:11
replaceafillls: cannot access '/var/lib/schooltool': No such file or directory18:11
mjsir911yeah ok thats good18:11
replaceafillmjsir911, maybe the database wasn't initialized because the error?18:11
replaceafillmjsir911, want me to start from scratch?18:12
mjsir911lines 27-33 look like they created something18:12
mjsir911sure, I'll start from scratch as well18:12
replaceafillmjsir911, cool, how do i do that? :D18:12
replaceafilldocker rmi/rm something?18:12
replaceafillmjsir911, or does compose have some way to do it?18:13
replaceafillmjsir911, destroy or something?18:13
mjsir911give me a second18:13
mjsir911I'm not sure18:13
replaceafillmjsir911, ala vagrant ;)18:13
replaceafillmjsir911, cool18:13
mjsir911`docker-compose rm` will delete containers and `docker-compose build --no-cache` will force rebuild18:14
replaceafillmjsir911, should i try compose for building? i think we need make dev_run, right?18:16
mjsir911you can build with `docker-compose build --no-cache`, just need `make dev_run` when bringing it up18:17
replaceafillmjsir911, ah ok18:17
replaceafillbuilding...18:17
mjsir911oh its rebuilding the same image twice because it's used twice...18:22
replaceafillmjsir911, hm?18:25
mjsir911on the docker-compose build --no-cache, it builds the schooltool image twice because it's used in two seperate services18:25
replaceafillmjsir911, :S18:25
mjsir911yep, but we requested it not to cache.... so its not caching18:25
replaceafillmjsir911, should i let it finish?18:25
mjsir911yeah18:26
replaceafillmjsir911, kk18:26
mjsir911Yeah im having trouble replicating your error18:27
replaceafillmjsir911, maybe it was yesterday broken build18:29
replaceafillmjsir911, mine is still building18:30
mjsir911Yeah, we'll see18:30
replaceafillmjsir911, it works!18:48
mjsir911alright, so I'm not sure what went wrong18:48
replaceafillACTION feels nostalgic poking ST again18:49
replaceafillmjsir911, the UI seems to work, reports work, upload logo works18:50
replaceafillmjsir911, nice work18:50
replaceafillmjsir911, now we wait on Matt's review, right?18:50
replaceafillmjsir911, anything else you want me to try?18:51
mjsir911nope, just needed you to check some things to make sure they worked18:51
mjsir911the setup process was a bit convoluted, how do you suggest I document how to do apache certificates & configuration?18:51
replaceafillmjsir911, is VDOE currently setting up ssl?18:53
replaceafillmjsir911, i mean, in the installation instructions18:53
mjsir911optionally, yes18:53
replaceafillmjsir911, self sign certs?18:53
mjsir911http://www.cteresource.org/CanDo/phase2install.html18:53
replaceafillmjsir911, ah18:54
mjsir911they don't outline it, just say "change the path of your cert in the config file"18:54
replaceafillmjsir911, all i can think is "generate cert and put in this directory with these permissions"?18:55
replaceafill"and name it like this"18:55
mjsir911yeah ok18:55
mjsir911same with the conf I guess18:55
mjsir911Its a bit more cumbersome here because chances are these directories dont exist18:55
replaceafillmjsir911, ah, true18:56
mjsir911"create /etc/schooltool and copy your configuration directory named `standard` to that directory, make sure ownership is correct as well"18:56
replaceafillmjsir911, that's migrating an existing server, right?18:56
mjsir911yeah18:56
replaceafillmjsir911, they may need the same with the Data.fs18:57
replaceafillmjsir911, i mean, the same instructions18:57
mjsir911yes indeed18:57
replaceafillmjsir911, ok, let me know when you need more testing on this18:58
mjsir911thanks a lot replaceafill, you were very helpful18:59
replaceafillmjsir911, np, hope this flies :)18:59
replaceafillACTION goes to get lunch, bb in ~4519:20
mr_germanshould I close this one https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/27 replaceafill ?21:54
*** replaceafill has joined #novawebdev22:11
*** replaceafill has joined #novawebdev22:11
mr_germanshould I close this one https://gitlab.com/novawebdevelopment/novawebdev-ams/issues/27 replaceafill ?22:17
mr_germanyou got timeout22:17
mr_germanlol22:17
replaceafillmr_german, does it work for all of our ams themes?22:20
mr_germanreplaceafill, yes22:20
*** zOnny has joined #novawebdev22:20
replaceafillmr_german, did you create the pr for tendenci's base theme?22:20
mr_germanreplaceafill, yes!22:20
replaceafillmr_german, cool, yes, then close it22:21
mr_germank22:21
zOnnymjsir911: are you around ?22:31
*** mr_german has joined #novawebdev23:12
*** ubuntourist has joined #novawebdev23:33

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!