apostrophecms / apostrophe-sandbox

This sandbox site is the basis for our live demo. For your own projects, you can use apostrophe-boilerplate as a more streamlined, cleaner point of departure via the apostrophe-cli tool.
MIT License
112 stars 41 forks source link

How to add Modules #20

Closed PDXIII closed 11 years ago

PDXIII commented 11 years ago

Hello! In my last installation all modules were enabled (e.g. apostrophe-events) in the admin bar. Now, only the basic modules are enabled and the schema of the app.js is different. So, I don’t no how to enable events and people etc.

Would be nice if there were a code snippet in the particular modules’s ReadMe.md which can be than copied, pasted & modified.

Thanx!

boutell commented 11 years ago

Hi Pete,

See https://github.com/punkave/apostrophe-site for how configuration works now.

All of the modules work out of the box if you pass them no options at all. Just add them to the modules configuration with an empty options object.

We do need to document more options, but this should help you down the road.

On Tue, Nov 12, 2013 at 1:01 PM, Pete notifications@github.com wrote:

Hello! In my last installation all modules were enabled (e.g. apostrophe-events) in the admin bar. Now, only the basic modules are enabled and the schema of the app.js is different. So, I don’t no how to enable events and people etc.

Would be nice if there were a code snippet in the particular modules’s ReadMe.md which can be than copied, pasted & and modified.

Thanx!

— Reply to this email directly or view it on GitHubhttps://github.com/punkave/apostrophe-sandbox/issues/20 .

Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com

PDXIII commented 11 years ago

Hi Tom!

Works & thanx!