Meteor add yogiben:admin

Hi all,

Please help me,

I’m trying to install Meteor admin, and do all the instructions and when run /admin link it show that:

You need to define an AdminConfig object to use the admin dashboard.
A basic config to manage the ‘Posts’ and ‘Comments’ collection would look like this:
AdminConfig = {
adminEmails: [’ ben@code2create.com’],
collections:
{
Posts: {},
Comments: {}
}
}

But I don’t know really that how to continue to next steps.

Please help me!

Hi,

have a look at meteor-starter. It’s from the same developer and it already has yogiben:admin integrated. The sample config you mentioned above is done there in the file lib/_config/admin_config.coffee.

Tarkan

Thank you very much!