loomio - helps groups make better decisions together
-
@nebulon I prompted Robert to check out this thread and pointed out Loomio is currently the 5th most wanted app. He said:
Thanks for this Josef, very exciting.
I'm just totally, and completely full and can't see myself doing work on this in the near term. We're going to need to recruit someone else to help to get this done.
-
@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.
-
@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?
-
@jimcavoli said in loomio - helps groups make better decisions together:
Bit of the way through packaging,
Great to hear, thanks @jimcavoli !
-
@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"
-
any update on this @jimcavoli ? Thanks!
-
-
@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)
-
Very nice, looks like a better alternative to this that I'm seeing used often for Twitter community groups: https://www.mightynetworks.com/
-
@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