node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Make mongo and redis optional dependencies

Open zamiang opened this issue 8 years ago • 4 comments

closes #221

zamiang avatar Apr 26 '17 18:04 zamiang

Good suggestion!

Mongo & Redis are not required when we use 3-d party driver like Knex-based or Sequelize-based (or even we are just developing with in-memory database).

update: shouldn't we need mention proper install steps in readme?

npm install
npm install redis mongo

deksden avatar Jul 13 '17 12:07 deksden

@deksden also a good suggestion!

Added a note about installing redis and mongo to the install step of the readme

zamiang avatar Jul 13 '17 13:07 zamiang

@manast any word on this? I believe this is a low risk, simple change but let me know if I can improve it in any dimension.

zamiang avatar Jul 28 '17 15:07 zamiang

@manast any update here?

zamiang avatar Feb 07 '18 22:02 zamiang