From version 3.1
edited by Pierre Dubois
on 2015/06/11 11:01
To version 4.1
edited by Pierre Dubois
on 2015/06/11 11:03
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -2,5 +2,10 @@
2 2  
3 3  If your application uses an important set of values, you can choose to store them in MongoDB :
4 4  
5 -- create a database: use databaseName;
6 -- create a user on it: db.createUser({user : "username" ,pwd : "password",roles :["readWrite"]}) ;
5 +* create a database: use databaseName;
6 +* create a user on it: db.createUser({user : "username" ,pwd : "password",roles :["readWrite"]}) ;
7 +
8 +In the System Parameters, modify MongoHost, MongoPort, MongoDatabase, MongoUser and MongoPassword
9 +[[image:Capturedecran2015-06-04a15.45.54.png]]
10 +
11 +You have now to create a java class in order to make your bundle to listen to the service **TimeSerieMongoClientService**
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation