Hello
I am trying to get DemocracyOS installed and running for a political party, here in Italy, Possibile party.
I am installing it on a jessie vm. All packages come from jessie debian repository, not more not less.
I am stuck here:
https://github.com/rschmukler/agenda/issues/247democracyos:server Server started at port 3000. +5ms
democracyos:db Connected to MongoDB on URI: mongodb://localhost:27017/DemocracyOS-dev +28ms
democracyos:db Connection to MongoDB is now OPEN on URI: mongodb://localhost:27017/DemocracyOS-dev +7ms
/var/www/clients/client1/web1/web/app/webroot/democracyos/app/node_modules/agenda/node_modules/mongodb/lib/utils.js:97
process.nextTick(function() { throw err; });
^
MongoError: no such cmd: createIndexes
at Function.MongoError.create (/var/www/clients/client1/web1/web/app/webroot/democracyos/app/node_modules/mongodb-core/lib/error.js:31:11)
at /var/www/clients/client1/web1/web/app/webroot/democracyos/app/node_modules/mongodb-core/lib/topologies/server.js:793:66
at Callbacks.emit (/var/www/clients/client1/web1/web/app/webroot/democracyos/app/node_modules/mongodb-core/lib/topologies/server.js:94:3)
at null.messageHandler (/var/www/clients/client1/web1/web/app/webroot/democracyos/app/node_modules/mongodb-core/lib/topologies/server.js:235:23)
at Socket.<anonymous> (/var/www/clients/client1/web1/web/app/webroot/democracyos/app/node_modules/mongodb-core/lib/connection/connection.js:259:22)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at TCP.onread (net.js:523:20)
Reading below:
@yuniers I just start using agenda 0.7.6 and I got the same issue
node 5.4.0
agenda 0.7.6
mongo 3.2.0
So, I am very worried about mongodb version, Debian Jessie mongodb is 2.4
Can I exclude (for the moment) agenda and try to get DemocracyOS running with a few components, all the components I can install in a Jessie server.
Second step can be install packages by sources, but not now.
Looking forward to hear from you
Hasta siempre