vegas-cmf / core

Vegas CMF Core
MIT License
30 stars 7 forks source link

mongodb how to enable #25

Closed raxan closed 9 years ago

raxan commented 9 years ago

Hi how to enable mongodb, since also mysql table is missing, which is mongodb required steps?

Thanks

archdevil666pl commented 9 years ago

You can find complete description how to enable each of them in our reference guide: https://vegas-cmf.github.io/1.0/guide/db/mongo.html https://vegas-cmf.github.io/1.0/guide/db/mysql.html

raxan commented 9 years ago

Thanks.

What about user "collection" ?

because seem missing like mysql table reported here: https://github.com/vegas-cmf/core/issues/22

thanks!

arius86 commented 9 years ago

You don't need to create collections (tables) in mongo. They will just be created when you add first record. If you are beginner with Mongo, this will be quite useful: http://docs.mongodb.org/manual/tutorial/getting-started/

raxan commented 9 years ago

Oh yes, I hear this time ago, but then forgot.

Thanks!