Skip to content

Plugin to CRUD and make tables of your mongo objects built on the top of leon/play-salat plugin

License

Notifications You must be signed in to change notification settings

TPTeam/mongo_views_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 [email protected]: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

No packages published

Languages