Install admin theme

Hi community.

I have problem with theme Meteor Flow DB Admin for step 2, I need create a collections
like: posts, comments.

When I can modify

AdminConfig = {
name: 'My App’
adminEmails: [‘ben@code2create.com’]
collections: {
Posts: {}
}
};

Regards