-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin to CRUD and make tables of your mongo objects built on the top of leon/play-salat plugin
License
TPTeam/mongo_views_plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Mongo views plugin for Play (2.1.5)
=====================================
1. make sure you have your Play installation properly working.
2. clone repository
$ git clone git@github.com:TPTeam/mongo_views_plugin.git
3. compile
{your_project_folder} $ play
[mongo-views-plugin] $ clean
[mongo-views-plugin] $ compile
4. publish
[mongo-views-plugin] $ publish-local
Congratulations! The plugin is now available into your {your_play_home}/repository/local/
Now add it to {your_project_folder}/project/Build.scala
$ nano {your_project_folder}/project/Build.scala
Add the following line
val main = play.Project(appName, appVersion, appDependencies).settings(
line resolvers += "Local Play Repository" at "{your_play_home}/repository/local/"
)
Done! About
Plugin to CRUD and make tables of your mongo objects built on the top of leon/play-salat plugin
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published