loomio - helps groups make better decisions together
-
@nebulon said in loomio - helps groups make better decisions together:
The people behind it:
http://enspiral.com/Loomio (the software) is developed and run by Loomio (the coop) as far as I can tell. In-depth interview.
Iβm quite interested in getting this software packaged. I could of course use the hosted version but then I canβt automatically bring my userbase with me.
wrote on Jan 25, 2020, 3:24 PM last edited by@yusf said in loomio - helps groups make better decisions together:
Loomio (the software) is developed and run by Loomio (the coop) as far as I can tell.
It is, and Loomio is one of the Enspiral ventures, so everyone is correct
-
Bit of the way through packaging, running up against a permission failure with PostgreSQL:
PG::InsufficientPrivilege: ERROR: permission denied to create extension "citext" HINT: Must be superuser to create this extension.
Not the first time I've hit a hard stop due to the PG extensions missing - wonder if there's a more systematic way to solve for PG extensions going forward?
-
Bit of the way through packaging, running up against a permission failure with PostgreSQL:
PG::InsufficientPrivilege: ERROR: permission denied to create extension "citext" HINT: Must be superuser to create this extension.
Not the first time I've hit a hard stop due to the PG extensions missing - wonder if there's a more systematic way to solve for PG extensions going forward?
wrote on Jul 22, 2020, 10:24 AM last edited by@jimcavoli said in loomio - helps groups make better decisions together:
Bit of the way through packaging,
Great to hear, thanks @jimcavoli !
-
@jimcavoli postgresql has this plugin whitelist, so we have to add citext to it. It's easy to do.
-
@jimcavoli If you update the
/home/yellowtent/box/src/infra_version.js
to have the latest postgresql container (the hash is in https://git.cloudron.io/cloudron/box/-/commit/23c455043033b4c4a5e7739a1748a2a38c6a9457), then citext should be part of it. -
@jimcavoli If you update the
/home/yellowtent/box/src/infra_version.js
to have the latest postgresql container (the hash is in https://git.cloudron.io/cloudron/box/-/commit/23c455043033b4c4a5e7739a1748a2a38c6a9457), then citext should be part of it.@girish Thanks! trying to figure out where to submit changes for additional extensions - unclear on that from what you've linked, but bumping the infra version got
citext
out of the way. This time I got smart and checked the rest of them - I believehstore
is already enabled, andplpgsql
, so that just leavespg_stat_statements
- which I hadn't brought up previously, but is handy for many reasons, but also required in to get loom up.Full list of extensions used by loomio:
enable_extension "citext" enable_extension "hstore" enable_extension "pg_stat_statements" enable_extension "plpgsql"
-
@jimcavoli Thanks, I have added those extensions as well now for the coming release.
-
@jimcavoli Thanks, I have added those extensions as well now for the coming release.
wrote on Oct 1, 2020, 9:37 PM last edited byany update on this @jimcavoli ? Thanks!
-
Still pending; I missed an extension in the earlier ask, but that's been merged, so hopefully this will release shortly after the next Cloudron patch version. It's at the top of my list, so as soon as I can get it working, I'll update here.
-
Still pending; I missed an extension in the earlier ask, but that's been merged, so hopefully this will release shortly after the next Cloudron patch version. It's at the top of my list, so as soon as I can get it working, I'll update here.
wrote on Nov 3, 2020, 8:05 AM last edited by@jimcavoli That is good news. Ping if you need testing.
-
@jimcavoli That is good news. Ping if you need testing.
-
@jimcavoli That is good news. Ping if you need testing.
wrote on Nov 3, 2020, 9:34 AM last edited by@yusf said in loomio - helps groups make better decisions together:
@jimcavoli That is good news. Ping if you need testing.
It's GREAT news!
Thanks @jimcavoli!
-
I believe this should run on cloudron 6 without issue, but I'm waiting for that update to hit the machine I use to make sure and then we should be able to get this out. The new 2.5 update has some excellent features as well! (which I see no issues with running in this package as soon as it's ready to go)
-
wrote on Nov 24, 2020, 6:57 PM last edited by
Very nice, looks like a better alternative to this that I'm seeing used often for Twitter community groups: https://www.mightynetworks.com/
-
wrote on Nov 24, 2020, 7:01 PM last edited by
This will be useful in at least 2-3 of my many projects.
You can request a specific Cloudron to get the update sooner
-
@jimcavoli If you want to move this along further, that postgresql extension is now enabled in 6.0
-
@jimcavoli If you want to move this along further, that postgresql extension is now enabled in 6.0
@girish Yeah, I've picked it back up and all the basics are looking good. I've got it booting up completely on my dev box. Trying to work out the websockets piece now, which is pretty important. Just banging head against nginx for the most part
-
@girish Yeah, I've picked it back up and all the basics are looking good. I've got it booting up completely on my dev box. Trying to work out the websockets piece now, which is pretty important. Just banging head against nginx for the most part
wrote on Dec 17, 2020, 5:54 AM last edited by@jimcavoli ask away, nginx is pretty straight fwd.
-
Yeah, nginx/websocket requires this magic incantation - http://nginx.org/en/docs/http/websocket.html (if that is what is blocking you)
-
I had a breakthrough with the dumb websockets issue. Hooray! This one should be ready shortly. I know it's been highly requested and hotly anticipated (for me as well) so it's my top packaging to finish. At this point, after a few other tweaks, I'm fairly sure I've got this working. I'll do some final testing tonight, but I expect that I should have an initial build together by this weekend.