We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
replacing keystone.app = app; with keystone.set('routes', app);
at second glance i totally realized i needed the secretCookie variable
remove the extra variable, no need
Updated How to Add Keystone to an Already Existing Express App (markdown)
Added caveats: Multer 0.1.8 is required for this to work properly (same version inside keystone)
keystone changed quite a bit... this is more up-to-date
Remove 0.3.8 hack. Comment out deprecated method and add note.
Added update script section
moves "Adding keystone to existing Express app" to Knowledge-Base folder